git » tumbler.git » commit 1afb02a

New upstream release.

author Evangelos Foutras
2012-12-09 18:45:02 UTC
committer Evangelos Foutras
2012-12-09 18:45:02 UTC
parent ec3f0072f77b1024f967b5e6f3a41618793126ba

New upstream release.

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index 566b41a..e26f477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Jan Jezek <honzin.jezek@gmail.com>
 
 pkgname=tumbler
-pkgver=0.1.25
+pkgver=0.1.26
 pkgrel=1
 pkgdesc="D-Bus service for applications to request thumbnails"
 arch=('i686' 'x86_64')
@@ -11,17 +11,17 @@ url="http://www.xfce.org/"
 license=('GPL2' 'LGPL')
 groups=('xfce4')
 depends=('dbus-glib' 'gdk-pixbuf2')
-makedepends=('intltool' 'ffmpegthumbnailer' 'gstreamer0.10' 'poppler-glib'
-             'libgsf' 'libopenraw' 'freetype2')
+makedepends=('intltool' 'ffmpegthumbnailer' 'gst-plugins-base-libs'
+             'poppler-glib' 'libgsf' 'libopenraw' 'freetype2')
 optdepends=('ffmpegthumbnailer: for video thumbnails'
-            'gstreamer0.10: for video thumbnails'
+            'gstreamer: for video thumbnails'
             'poppler-glib: for PDF thumbnails'
             'libgsf: for ODF thumbnails'
             'libopenraw: for RAW thumbnails'
             'freetype2: for font thumbnails')
 options=('!libtool')
 source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
-sha256sums=('02d5de508d8c18692a25a832a9280c2043f6b7c90dd3fcbd87f5955337015546')
+sha256sums=('6602ce700160d09edd88ea0b9bcb16abbc28974f372e646709e0ed8fbacc8a78')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"