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

Alexander Rødseth arodseth at archlinux.org
Sun Oct 9 11:28:03 UTC 2016


    Date: Sunday, October 9, 2016 @ 11:28:02
  Author: arodseth
Revision: 191691

upgpkg: ristretto 0.8.1-1

Modified:
  ristretto/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-09 11:21:58 UTC (rev 191690)
+++ PKGBUILD	2016-10-09 11:28:02 UTC (rev 191691)
@@ -5,11 +5,11 @@
 # Contributor: Ronald van Haren <ronald.archlinux.org>
 
 pkgname=ristretto
-pkgver=0.8.0
-pkgrel=2
-pkgdesc='Fast and lightweight picture-viewer for Xfce'
-arch=('i686' 'x86_64')
-url='http://goodies.xfce.org/projects/applications/ristretto'
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Fast and lightweight picture-viewer for Xfce4'
+arch=('x86_64' 'i686')
+url='http://docs.xfce.org/apps/ristretto/start'
 license=('GPL')
 depends=('libxfce4ui' 'libexif')
 makedepends=('intltool')
@@ -17,20 +17,22 @@
             'tumbler: thumbnailing support')
 groups=('xfce4-goodies')
 source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
-md5sums=('94c778850325a4e5a12e3433c8a05432')
+md5sums=('5332876b627b3237eebb76db66e2fb11')
 
 build() {
   cd "$pkgname-$pkgver"
 
-  ./configure --prefix=/usr \
-	--sysconfdir=/etc \
-	--localstatedir=/var \
-	--disable-debug
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-debug
   make
 }
 
 package() {
-  make -C "$pkgname-$pkgver" DESTDIR=$pkgdir install
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
+# getver: git.xfce.org/apps/ristretto/plain/NEWS
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list