[arch-commits] CVS update of extra/network/gurlchecker (PKGBUILD)
Tobias Kieslich
tobias at archlinux.org
Fri Apr 27 00:34:50 UTC 2007
Date: Thursday, April 26, 2007 @ 20:34:50
Author: tobias
Path: /home/cvs-extra/extra/network/gurlchecker
Modified: PKGBUILD (1.15 -> 1.16)
ardour : upstream push
libxfce4util: fix the error in the install file (/otp instead of /opt)
gurlchecker: upstream push
squeeze: upstream update
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Index: extra/network/gurlchecker/PKGBUILD
diff -u extra/network/gurlchecker/PKGBUILD:1.15 extra/network/gurlchecker/PKGBUILD:1.16
--- extra/network/gurlchecker/PKGBUILD:1.15 Sun Apr 22 14:04:21 2007
+++ extra/network/gurlchecker/PKGBUILD Thu Apr 26 20:34:50 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.15 2007/04/22 18:04:21 jgc Exp $
+# $Id: PKGBUILD,v 1.16 2007/04/27 00:34:50 tobias Exp $
# Maintainer: tobias <tobias at archlinux.org>
# Contributor: Tobias Kieslich <tobias at justdreams.de>
pkgname=gurlchecker
-pkgver=0.10.0
-pkgrel=3
+pkgver=0.10.1
+pkgrel=1
pkgdesc="A tool which can check all the links of a website/webproject"
arch=(i686 x86_64)
license=('GPL')
@@ -15,10 +15,11 @@
md5sums=('cb5fd08fb4afe14e588fde0bc2744428')
build() {
+ mv ${startdir}/src/${pkgname}-0.10.0 ${startdir}/src/${pkgname}-${pkgver}
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-clamav \
- --with-tidy=/usr
+ --with-tidy=/usr
# we tweak a bit, cuz otherwise the man-page install fails due to missing
# sgml->man convert tools; so we skip the man page; sorry ...
sed -i 's|m4 src stylesheets po doc ui man|m4 src stylesheets po doc ui|' Makefile
More information about the arch-commits
mailing list