git » ffmpegthumbnailer.git » commit 01d7f3d

Update to 2.2.2

author Antonio Rojas
2019-10-07 16:58:10 UTC
committer Antonio Rojas
2019-10-07 16:58:10 UTC
parent 277158e9508cdc21fe146e9105fb03bee62372a9

Update to 2.2.2

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index fc77e0b..0640b4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: boromil@gmail.com
 
 pkgname=ffmpegthumbnailer
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="Lightweight video thumbnailer that can be used by file managers."
 url="https://github.com/dirkvdb/ffmpegthumbnailer"
@@ -12,7 +12,7 @@ depends=('ffmpeg' 'libjpeg' 'libpng')
 makedepends=('cmake')
 optdepends=('gvfs: support for gio uris')
 source=("https://github.com/dirkvdb/$pkgname/archive/$pkgver.tar.gz")
-sha1sums=('6eb378ca83d51a1af4cff93287f341d94f45dde7')
+sha1sums=('1b35a8afc94edd9135baef9e5259a40b4c0d4d79')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"