git » ffmpegthumbnailer.git » commit 2028ea3

Update to 2.2.0

author Antonio Rojas
2017-01-20 15:46:01 UTC
committer Antonio Rojas
2017-01-20 15:46:01 UTC
parent 31c3e925c073eb5f437e2e3c26817290930ab771

Update to 2.2.0

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 9805880..ec81147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: boromil@gmail.com
 
 pkgname=ffmpegthumbnailer
-pkgver=2.1.1
+pkgver=2.2.0
 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=('a5e7f15a95990349d6b54a13d723d209e19eab35')
+sha1sums=('cbd130569ed56f8e3097378b52d66dde2f23b0d4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"