Date: Wednesday, July 8, 2015 @ 19:26:28 Author: arojas Revision: 241880
Update to 2.0.10 Modified: ffmpegthumbnailer/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-08 17:02:29 UTC (rev 241879) +++ PKGBUILD 2015-07-08 17:26:28 UTC (rev 241880) @@ -3,20 +3,20 @@ # Contributor: [email protected] 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 }
