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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jul 9 20:00:55 UTC 2008


    Date: Wednesday, July 9, 2008 @ 16:00:54
  Author: andyrtr
Revision: 4756

upgpkg: wget 1.11.4-1

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-09 19:47:41 UTC (rev 4755)
+++ PKGBUILD	2008-07-09 20:00:54 UTC (rev 4756)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=wget
-pkgver=1.11.3
+pkgver=1.11.4
 pkgrel=1
 pkgdesc="A network utility to retrieve files from the Web"
 arch=(i686 x86_64)
@@ -11,11 +11,11 @@
 depends=('glibc' 'openssl')
 backup=('etc/wgetrc')
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a13e3a9beb2ba8fb2c5e57b39af1d6af')
+md5sums=('69e8a7296c0e12c53bd9ffd786462e87')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=${pkgdir} install
 }





More information about the arch-commits mailing list