[arch-commits] Commit in ffmpegthumbnailer/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Oct 4 13:33:55 UTC 2019


    Date: Friday, October 4, 2019 @ 13:33:55
  Author: arojas
Revision: 363769

Update to 2.2.1

Modified:
  ffmpegthumbnailer/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-04 12:17:43 UTC (rev 363768)
+++ PKGBUILD	2019-10-04 13:33:55 UTC (rev 363769)
@@ -2,8 +2,8 @@
 # Contributor: boromil at gmail.com
 
 pkgname=ffmpegthumbnailer
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="Lightweight video thumbnailer that can be used by file managers."
 url="https://github.com/dirkvdb/ffmpegthumbnailer"
 license=('GPL2')
@@ -12,7 +12,7 @@
 makedepends=('cmake')
 optdepends=('gvfs: support for gio uris')
 source=("https://github.com/dirkvdb/$pkgname/archive/$pkgver.tar.gz")
-sha1sums=('cbd130569ed56f8e3097378b52d66dde2f23b0d4')
+sha1sums=('6eb378ca83d51a1af4cff93287f341d94f45dde7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,7 +20,6 @@
   cd build
   cmake .. \
 	-DCMAKE_INSTALL_PREFIX=/usr \
-	-DCMAKE_INSTALL_LIBDIR=lib \
 	-DENABLE_GIO=ON \
 	-DENABLE_THUMBNAILER=ON
   make



More information about the arch-commits mailing list