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

Dave Reisner dreisner at archlinux.org
Tue Jan 24 17:51:32 UTC 2012


    Date: Tuesday, January 24, 2012 @ 12:51:31
  Author: dreisner
Revision: 147205

upgpkg: curl 7.24.0-1

Modified:
  curl/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-24 11:13:02 UTC (rev 147204)
+++ PKGBUILD	2012-01-24 17:51:31 UTC (rev 147205)
@@ -6,20 +6,19 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=curl
-pkgver=7.23.1
-pkgrel=2
+pkgver=7.24.0
+pkgrel=1
 pkgdesc="An URL retrival utility and library"
 arch=('i686' 'x86_64')
 url="http://curl.haxx.se"
 license=('MIT')
 depends=('ca-certificates' 'libssh2' 'openssl' 'zlib')
-makedepends=('perl-libwww')
 options=('!libtool')
 source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
         fix-J-with-O-regression.patch
         curlbuild.h)
-md5sums=('8e23151f569fb54afef093ac0695077d'
-         '5d8eb7e2e38be0fb00a043f714f6d49f'
+md5sums=('b93420f80a2baaa61a0f45214eddc2ba'
+         '710242df6bc318d16eea611e7d1b1410'
          'aa4539ec4f4a2dad1663dc22dd3ab0a1'
          '751bd433ede935c8fae727377625a8ae')
 
@@ -33,12 +32,8 @@
 esac
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
-  # upstream bugfix
-  # http://curl.haxx.se/mail/archive-2011-11/0030.html
-  patch -Np1 < "$srcdir/fix-J-with-O-regression.patch"
-
   ./configure \
       --prefix=/usr \
       --mandir=/usr/share/man \
@@ -52,11 +47,12 @@
       --without-libidn \
       --with-random=/dev/urandom \
       --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   make DESTDIR="$pkgdir" install
 




More information about the arch-commits mailing list