[arch-commits] CVS update of extra/network/httrack (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Jul 10 03:50:46 UTC 2007


    Date: Monday, July 9, 2007 @ 23:50:46
  Author: eric
    Path: /home/cvs-extra/extra/network/httrack

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: httrack 3.41.3-1


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


Index: extra/network/httrack/PKGBUILD
diff -u extra/network/httrack/PKGBUILD:1.10 extra/network/httrack/PKGBUILD:1.11
--- extra/network/httrack/PKGBUILD:1.10	Tue May 22 08:30:13 2007
+++ extra/network/httrack/PKGBUILD	Mon Jul  9 23:50:46 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.10 2007/05/22 12:30:13 travis Exp $
+# $Id: PKGBUILD,v 1.11 2007/07/10 03:50:46 eric Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: orelien <aurelien.foret at wanadoo.fr>
 pkgname=httrack
-pkgver=3.41.2
-_realver=3.41-2
+pkgver=3.41.3
+_realver=3.41-3
 pkgrel=1
 pkgdesc="HTTrack is an easy-to-use offline browser utility."
 arch=('i686' 'x86_64')
@@ -11,13 +11,12 @@
 license=('GPL')
 depends=('bash' 'zlib')
 source=(http://www.httrack.com/$pkgname-$_realver.tar.gz)
-md5sums=('ddf5401b8fba171e0d9a61c247467f82')
-sha1sums=('d8c0685e088c298e12f179054408e8ed31213519')
-options=('!libtool')
+md5sums=('395e327384a9a10c4d097cf12875e728')
+sha1sums=('6390be3ef15b67d243c9ea82280603b7867c302e')
+options=('!libtool' '!makeflags')
 
 build() {
-  export MAKEFLAGS="-j1"
-  cd $startdir/src/$pkgname-${pkgver}0
+  cd $startdir/src/$pkgname-3.41.22
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install




More information about the arch-commits mailing list