author | Antonio Rojas
<arojas@archlinux.org> 2015-07-08 17:26:28 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-07-08 17:26:28 UTC |
parent | 522519b05b673cd622a32b1811d43c2631e073a1 |
PKGBUILD | +6 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index 50af831..ba92766 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,20 +2,20 @@ # Contributor: boromil@gmail.com pkgname=ffmpegthumbnailer -pkgver=2.0.9 -pkgrel=2 +pkgver=2.0.10 +pkgrel=1 pkgdesc="Lightweight video thumbnailer that can be used by file managers." -url="http://code.google.com/p/ffmpegthumbnailer/" +url="https://github.com/dirkvdb/ffmpegthumbnailer" license=('GPL2') arch=('i686' 'x86_64') depends=('ffmpeg' 'libjpeg' 'libpng') optdepends=('gvfs: support for gio uris') -# mirror sources as getting a good download link from google drive is somewhat tricky -source=("https://sources.archlinux.org/other/packages/$pkgname/${pkgname}-${pkgver}.tar.gz") -sha1sums=('0657e09ca926298f1b525e1fba06ad499c7663e7') +source=("https://github.com/dirkvdb/$pkgname/archive/$pkgver.tar.gz") +sha1sums=('c947cb175dfc6b414046b2ffc7008246fa101f4f') build() { cd "${srcdir}/${pkgname}-${pkgver}" + ./autogen.sh ./configure --prefix=/usr --enable-gio --enable-thumbnailer make }