author | Evangelos Foutras
<foutrelis@archlinux.org> 2013-01-13 14:56:37 UTC |
committer | Evangelos Foutras
<foutrelis@archlinux.org> 2013-01-13 14:56:37 UTC |
parent | 1afb02ae38eb5bde27613561362245f733f8e504 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index e26f477..d28cd44 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Jan Jezek <honzin.jezek@gmail.com> pkgname=tumbler -pkgver=0.1.26 +pkgver=0.1.27 pkgrel=1 pkgdesc="D-Bus service for applications to request thumbnails" arch=('i686' 'x86_64') @@ -14,14 +14,14 @@ depends=('dbus-glib' 'gdk-pixbuf2') makedepends=('intltool' 'ffmpegthumbnailer' 'gst-plugins-base-libs' 'poppler-glib' 'libgsf' 'libopenraw' 'freetype2') optdepends=('ffmpegthumbnailer: for video thumbnails' - 'gstreamer: for video thumbnails' + 'gst-libav: 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=('6602ce700160d09edd88ea0b9bcb16abbc28974f372e646709e0ed8fbacc8a78') +sha256sums=('4c60b3b92877257fcc54d18acbbe4ad73c84a7ff7608a430ad5a05b452923869') build() { cd "$srcdir/$pkgname-$pkgver"