diff options
Diffstat (limited to 'community/ristretto/PKGBUILD')
-rw-r--r-- | community/ristretto/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ristretto/PKGBUILD b/community/ristretto/PKGBUILD index b491796f7..504e1d7ad 100644 --- a/community/ristretto/PKGBUILD +++ b/community/ristretto/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 68760 2012-04-01 18:23:28Z bpiotrowski $ +# $Id: PKGBUILD 70118 2012-04-30 04:20:02Z foutrelis $ # Maintainer: Bartłomiej Piotrowski # Contributor: AndyRTR <andyrtr@archlinux.org> # Contributor: Ronald van Haren <ronald.archlinux.org> pkgname=ristretto -pkgver=0.3.6 +pkgver=0.6.0 pkgrel=1 pkgdesc="A fast and lightweight picture-viewer for Xfce" arch=('i686' 'x86_64' 'mips64el') url="http://goodies.xfce.org/projects/applications/ristretto" license=('GPL') -depends=('libxfce4ui' 'libexif' 'exo' 'desktop-file-utils') +depends=('libxfce4ui' 'libexif' 'desktop-file-utils') makedepends=('intltool') groups=('xfce4-goodies') install=ristretto.install source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2") -md5sums=('8196617feb84b73247242910b64935e8') +md5sums=('a61ef43cd325d985ecf71fcabf0c7940') build() { cd "${srcdir}/$pkgname-$pkgver" |