[arch-commits] Commit in httrack/repos (extra-i686 extra-i686/PKGBUILD)

Roman Kyrylych roman at archlinux.org
Sun May 25 12:26:53 UTC 2008


    Date: Sunday, May 25, 2008 @ 08:26:52
  Author: roman
Revision: 2114

Merged revisions 2-2113 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/httrack/trunk

........
  r356 | aaron | 2008-04-19 01:56:27 +0300 (?\209?\129?\208?\177, 19 ?\208?\186?\208?\178?\209?\150 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r2113 | roman | 2008-05-25 15:26:33 +0300 (?\208?\189?\208?\180, 25 ?\209?\130?\209?\128?\208?\176 2008) | 1 line
  
  upgpkg: httrack 3.42.2-1
........

Modified:
  httrack/repos/extra-i686/	(properties)
  httrack/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


Property changes on: httrack/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /httrack/trunk:1
   + /httrack/trunk:1-2113

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-05-25 12:26:33 UTC (rev 2113)
+++ extra-i686/PKGBUILD	2008-05-25 12:26:52 UTC (rev 2114)
@@ -3,19 +3,20 @@
 # Contributor: orelien <aurelien.foret at wanadoo.fr>
 
 pkgname=httrack
-pkgver=3.42
+pkgver=3.42.2
+_realver=3.42-2
 pkgrel=1
 pkgdesc="HTTrack is an easy-to-use offline browser utility."
 arch=('i686' 'x86_64')
 url="http://www.httrack.com/"
 license=('GPL')
 depends=('bash' 'zlib')
-source=(http://www.httrack.com/$pkgname-$pkgver.tar.gz)
-md5sums=('8bb5f09ee007fe6e9875c070b57e0359')
-options=('!libtool')
+source=(http://www.httrack.com/$pkgname-$_realver.tar.gz)
+md5sums=('28bbb9c815b8ee9180acb564df9369fe')
+options=('!libtool' 'force')
 
 build() {
-  cd $startdir/src/$pkgname-3.42.1
+  cd $startdir/src/$pkgname-3.42.2
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install





More information about the arch-commits mailing list