author | Evangelos Foutras
<foutrelis@archlinux.org> 2015-03-01 09:39:34 UTC |
committer | Evangelos Foutras
<foutrelis@archlinux.org> 2015-03-01 09:39:34 UTC |
parent | 4f56d27142383b2ac191ba11da11416785cb14c2 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index e867bed..818b5ca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Jan Jezek <honzin.jezek@gmail.com> pkgname=tumbler -pkgver=0.1.30 +pkgver=0.1.31 pkgrel=1 pkgdesc="D-Bus service for applications to request thumbnails" arch=('i686' 'x86_64') @@ -18,8 +18,8 @@ optdepends=('ffmpegthumbnailer: for video thumbnails' 'libgsf: for ODF thumbnails' 'libopenraw: for RAW thumbnails' 'freetype2: for font thumbnails') -source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2) -sha256sums=('e7c20d79c830465f8b3b792893f05e8b8d5ba90aec4973e7517e07ef31537304') +source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('d0fd329273ff6ac98885eade4c3d8c87a4dd0816f713646130808bfa90b87173') build() { cd "$srcdir/$pkgname-$pkgver"