[arch-commits] Commit in ristretto/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Mon Dec 12 17:23:02 UTC 2011


    Date: Monday, December 12, 2011 @ 12:23:02
  Author: andrea
Revision: 144968

upgpkg: ristretto 0.3.0-1

Upstream release; add missing deps and cleanup; remove not needed libtool option; switch to sha1 checksum as upstream uses it

Modified:
  ristretto/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-12 09:45:24 UTC (rev 144967)
+++ PKGBUILD	2011-12-12 17:23:02 UTC (rev 144968)
@@ -1,21 +1,21 @@
 # $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer:
+# Contributor: AndyRTR <andyrtr at archlinux.org>
 # Contributor: Ronald van Haren <ronald.archlinux.org>
 
 pkgname=ristretto
-pkgver=0.2.3
+pkgver=0.3.0
 pkgrel=1
-pkgdesc="An image viewer for Xfce"
+pkgdesc="A fast and lightweight picture-viewer for Xfce"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/applications/ristretto"
 license=('GPL')
-depends=('libxfce4ui' 'libexif' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'libexif' 'exo' 'desktop-file-utils')
 makedepends=('intltool')
-options=('!libtool')
 groups=('xfce4-goodies')
 install=ristretto.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-md5sums=('62924c8abf17a921262ea9987ff8f5db')
+source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
+sha1sums=('c7034ad543bea3c1b99a2336dcee9d5ba480b2bb')
 
 build() {
   cd "${srcdir}/$pkgname-$pkgver"




More information about the arch-commits mailing list