diff options
Diffstat (limited to 'extra/ristretto/PKGBUILD')
-rw-r--r-- | extra/ristretto/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/ristretto/PKGBUILD b/extra/ristretto/PKGBUILD index 558a3ed1a..bd8338961 100644 --- a/extra/ristretto/PKGBUILD +++ b/extra/ristretto/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 141238 2011-10-27 04:35:26Z eric $ +# $Id: PKGBUILD 142271 2011-11-07 18:53:02Z eric $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Ronald van Haren <ronald.archlinux.org> pkgname=ristretto -pkgver=0.2.1 +pkgver=0.2.3 pkgrel=1 pkgdesc="An image viewer for Xfce" arch=('i686' 'x86_64') @@ -14,8 +14,8 @@ makedepends=('intltool') options=('!libtool') groups=('xfce4-goodies') install=ristretto.install -source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2) -md5sums=('df5c2082013f4ad2fc49cd7c25965741') +source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +md5sums=('62924c8abf17a921262ea9987ff8f5db') build() { cd "${srcdir}/$pkgname-$pkgver" |