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

Paul Mattal paul at archlinux.org
Wed Apr 8 14:15:59 UTC 2009


    Date: Wednesday, April 8, 2009 @ 10:15:59
  Author: paul
Revision: 34242

upgpkg: qiv 2.1-1
    update to 2.1

Modified:
  qiv/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-08 13:25:14 UTC (rev 34241)
+++ PKGBUILD	2009-04-08 14:15:59 UTC (rev 34242)
@@ -2,20 +2,21 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=qiv
-pkgver=2.1pre12
-pkgrel=1.1
+pkgver=2.1
+pkgrel=1
 pkgdesc="Quick Image Viewer (qiv) is a very small and fast GDK/Imlib image viewer"
 arch=('i686' 'x86_64')
+options=('force')
 license=('GPL2')
 depends=('imlib' 'libxinerama')
 makedepends=('pkgconfig')
-source=(http://www.klografx.net/$pkgname/download/$pkgname-2.1-pre12.tgz)
-url="http://www.klografx.net/qiv/"
-md5sums=('80ba1e2da5115a3cc3a6f7e19cb620d8')
+source=(http://spiegl.de/qiv/download/$pkgname-$pkgver.tgz)
+url="http://spiegl.de/qiv/"
+md5sums=('44544d2d10b1acaa493ca430ff9b6eb9')
 
 build() {
-	cd $startdir/src/$pkgname-2.1-pre12
+	cd $startdir/src/$pkgname-$pkgver || return 1
 	make || return 1
-	install -D -m 0755 qiv $startdir/pkg/usr/bin/qiv
-	install -D -m 0644 qiv.1 $startdir/pkg/usr/man/man1/qiv.1
+	install -D -m 0755 qiv $startdir/pkg/usr/bin/qiv || return 1
+	install -D -m 0644 qiv.1 $startdir/pkg/usr/man/man1/qiv.1 || return 1
 }




More information about the arch-commits mailing list