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

Daniel Griffiths dgriffiths at archlinux.org
Thu Apr 15 02:24:30 UTC 2010


    Date: Wednesday, April 14, 2010 @ 22:24:30
  Author: dgriffiths
Revision: 77510

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-15 00:22:06 UTC (rev 77509)
+++ PKGBUILD	2010-04-15 02:24:30 UTC (rev 77510)
@@ -4,23 +4,20 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=curl
-pkgver=7.20.0
-pkgrel=4
+pkgver=7.20.1
+pkgrel=1
 pkgdesc="An URL retrival utility and library"
 arch=('i686' 'x86_64')
 url="http://curl.haxx.se"
 license=('MIT')
 depends=('zlib' 'openssl' 'bash' 'ca-certificates')
 options=('!libtool')
-source=("http://curl.haxx.se/download/${pkgname}-${pkgver}.tar.bz2"
-        'm4-typo.patch')
-md5sums=('3dda78c4a808d9a779dc3a2ae81b47d8'
-         '4e2737ddc209d2d1990890d3a9dc7dcf')
+source=("http://curl.haxx.se/download/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('244b16b2a38c70e47130c8494b7371b9')
 
 build() {
 	cd ${srcdir}/${pkgname}-${pkgver}
 
-	patch -p1 -i ${srcdir}/m4-typo.patch || return 1
 	./configure \
 	    --with-random=/dev/urandom \
 	    --prefix=/usr \




More information about the arch-commits mailing list