summaryrefslogtreecommitdiff
path: root/core/dhcpcd
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-06 23:38:28 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-06 23:38:28 -0300
commit750a8fc982e640e6ef62f80afd99469959f407ad (patch)
treecfc482b7afcc4e3502e67578825c439ee296b2d5 /core/dhcpcd
parent2781491d77559e5a9f0e0d26698d91da745f14f3 (diff)
parent3d65494a8eda056377febda4642ce992e69a9371 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/kmod/PKGBUILD multilib/lib32-libpng/PKGBUILD testing/baobab/PKGBUILD testing/empathy/PKGBUILD testing/libgdata/PKGBUILD testing/telepathy-farstream/PKGBUILD testing/telepathy-haze/PKGBUILD
Diffstat (limited to 'core/dhcpcd')
-rw-r--r--core/dhcpcd/PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/core/dhcpcd/PKGBUILD b/core/dhcpcd/PKGBUILD
index b4a3c295d..86ad9dc8a 100644
--- a/core/dhcpcd/PKGBUILD
+++ b/core/dhcpcd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 154510 2012-03-29 17:58:41Z ronald $
+# $Id: PKGBUILD 155703 2012-04-05 10:02:36Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Tom Killian <tom.archlinux.org>
# Contributor: Judd Vinet <jvinet.zeroflux.org>
pkgname=dhcpcd
-pkgver=5.5.5
+pkgver=5.5.6
pkgrel=1
pkgdesc="RFC2131 compliant DHCP client daemon"
url="http://roy.marples.name/dhcpcd/"
@@ -16,16 +16,12 @@ backup=('etc/conf.d/dhcpcd' 'etc/dhcpcd.conf')
options=('emptydirs') # We Need the Empty /var/lib/dhcpcd Directory
source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2" \
'dhcpcd.conf.d')
-sha1sums=('1856ad1535f2c7551cefcb492af24d345c6a1b50'
+sha1sums=('7f9ca207bce051252c0acb6a6cae3de22babcb20'
'b67b9ce6a2faaca75fea356966a16be2283b7db0')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- # remove net-tools dep (upstream now)
-# patch -Np1 -i ${srcdir}/0001-Set-hostname-via-proc-if-file-is-available.patch
-# patch -Np1 -i ${srcdir}/0001-set-MTU-via-sysfs-if-file-is-available.patch
-
# configure variables
./configure --libexecdir=/usr/lib/dhcpcd --dbdir=/var/lib/dhcpcd \
--rundir=/run