[arch-commits] Commit in dhcpcd/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Thu Apr 30 18:01:09 UTC 2009
Date: Thursday, April 30, 2009 @ 14:01:08
Author: ronald
Revision: 37092
dhcpcd5 upkg in trunk
Modified:
dhcpcd/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-30 16:27:49 UTC (rev 37091)
+++ PKGBUILD 2009-04-30 18:01:08 UTC (rev 37092)
@@ -4,7 +4,7 @@
# Contributor: Judd Vinet <jvinet.zeroflux.org>
pkgname=dhcpcd
-pkgver=4.0.12
+pkgver=5.0.0
pkgrel=1
pkgdesc="RFC2131 compliant DHCP client daemon"
url="http://roy.marples.name/dhcpcd/"
@@ -16,16 +16,13 @@
options=('emptydirs') # We Need the Empty /var/lib/dhcpcd Directory
source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2" \
'dhcpcd.conf.d' 'udf_validation.patch')
-md5sums=('595311cb85071b2f11e6ca246a20d5c7'
+md5sums=('1fc1876132773d868449dd185469de3f'
'372d33485556982b64a97f301e17c5dd'
'61353e43f72ee26ee9c9f2457a762b59')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- # apply upstream patch, changeset 1248 (Backport UDP validation)
- patch -Np1 -i ${srcdir}/udf_validation.patch || return 1
-
# Fix Installation Locations
export PREFIX=/usr
sed -i 's/${PREFIX}\/etc/\/etc/' Makefile || return 1
More information about the arch-commits
mailing list