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

Roman Kyrylych roman at archlinux.org
Thu Jan 31 13:46:49 UTC 2008


    Date: Thursday, January 31, 2008 @ 08:46:49
  Author: roman
    Path: /home/cvs-extra/extra/network/httrack

Modified: PKGBUILD (1.12 -> 1.13)

upgpkg: httrack 3.42-1


----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)


Index: extra/network/httrack/PKGBUILD
diff -u extra/network/httrack/PKGBUILD:1.12 extra/network/httrack/PKGBUILD:1.13
--- extra/network/httrack/PKGBUILD:1.12	Sat Aug 18 16:58:08 2007
+++ extra/network/httrack/PKGBUILD	Thu Jan 31 08:46:49 2008
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD,v 1.12 2007/08/18 20:58:08 eric Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.13 2008/01/31 13:46:49 roman Exp $
+# Maintainer: Roman Kyrylych <roman at archlinux.org>
 # Contributor: orelien <aurelien.foret at wanadoo.fr>
+
 pkgname=httrack
-pkgver=3.41.3
-_realver=3.41-3
-pkgrel=2
+pkgver=3.42
+pkgrel=1
 pkgdesc="HTTrack is an easy-to-use offline browser utility."
 arch=('i686' 'x86_64')
-url="http://www.httrack.com/index.php"
+url="http://www.httrack.com/"
 license=('GPL')
 depends=('bash' 'zlib')
-source=(http://www.httrack.com/$pkgname-$_realver.tar.gz)
-md5sums=('395e327384a9a10c4d097cf12875e728')
-sha1sums=('6390be3ef15b67d243c9ea82280603b7867c302e')
-options=('!libtool' '!makeflags')
+source=(http://www.httrack.com/$pkgname-$pkgver.tar.gz)
+md5sums=('8bb5f09ee007fe6e9875c070b57e0359')
+options=('!libtool')
 
 build() {
-  cd $startdir/src/$pkgname-3.41.22
+  cd $startdir/src/$pkgname-3.42.1
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install




More information about the arch-commits mailing list