diff options
Diffstat (limited to 'community/ristretto/PKGBUILD')
-rw-r--r-- | community/ristretto/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/ristretto/PKGBUILD b/community/ristretto/PKGBUILD index edb1a60bf..4dfed59fa 100644 --- a/community/ristretto/PKGBUILD +++ b/community/ristretto/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 76146 2012-09-12 05:39:43Z bpiotrowski $ +# $Id: PKGBUILD 78443 2012-10-18 17:04:59Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: AndyRTR <andyrtr@archlinux.org> # Contributor: Ronald van Haren <ronald.archlinux.org> pkgname=ristretto pkgver=0.6.3 -pkgrel=2 -pkgdesc="A fast and lightweight picture-viewer for Xfce" +pkgrel=3 +pkgdesc='A fast and lightweight picture-viewer for Xfce' arch=('i686' 'x86_64') -url="http://goodies.xfce.org/projects/applications/ristretto" +url='http://goodies.xfce.org/projects/applications/ristretto' license=('GPL') depends=('libxfce4ui' 'libexif' 'desktop-file-utils') makedepends=('intltool') -optdepends=('librsvg: SVG support') +optdepends=('librsvg: SVG support' + 'tumbler: thumbnailing support') groups=('xfce4-goodies') install=ristretto.install source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) |