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

Damir Perisa damir at archlinux.org
Wed Apr 30 17:34:59 UTC 2008


    Date: Wednesday, April 30, 2008 @ 13:34:59
  Author: damir
Revision: 1115

upgpkg: wput 0.6.1-1

Modified:
  wput/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-30 17:20:42 UTC (rev 1114)
+++ PKGBUILD	2008-04-30 17:34:59 UTC (rev 1115)
@@ -3,10 +3,10 @@
 # Contributor: Aurelien Gateau <aurelien.gateau at free.fr>
 
 pkgname=wput
-pkgver=0.6
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc="A command line tool to upload files to FTP site, the opposite to wget"
-arch=(i686)
+arch=('i686' 'x86_64')
 #url="http://itooktheredpill.dyndns.org/wput/"
 url="http://wput.sourceforge.net/"
 depends=('glibc' 'gnutls>=1.4.0')
@@ -15,10 +15,11 @@
 #source=(http://itooktheredpill.dyndns.org/wput/$pkgname-$pkgver.tgz)
 
 build() {
-   cd $startdir/src/$pkgname
+   cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=/usr
    make || return 1
    mkdir -p $startdir/pkg/usr/bin
    mkdir -p $startdir/pkg/usr/share/man/man1
    make prefix=$startdir/pkg/usr install
 }
+md5sums=('92b41efed4db8eb4f3443c23bf7ceecf')





More information about the arch-commits mailing list