[arch-commits] Commit in wput/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Eric Belanger eric at archlinux.org
Wed May 14 03:09:31 UTC 2008


    Date: Tuesday, May 13, 2008 @ 23:09:31
  Author: eric
Revision: 1632

fixed svn conflict

Modified:
  wput/repos/extra-x86_64/	(properties)
  wput/repos/extra-x86_64/PKGBUILD

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


Property changes on: wput/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /wput/trunk:1
   + /wput/trunk:1-1631

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-05-14 03:07:07 UTC (rev 1631)
+++ extra-x86_64/PKGBUILD	2008-05-14 03:09:31 UTC (rev 1632)
@@ -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 x86_64)
+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