summaryrefslogtreecommitdiff
path: root/testing/dhcpcd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-25 00:02:31 +0000
committerroot <root@rshg054.dnsready.net>2012-03-25 00:02:31 +0000
commit891f44722456b693d99b397f7e332a9ed68a47a2 (patch)
tree84b486efdd046bf1ac54f9288d13a443874be342 /testing/dhcpcd
parentadac5afd500d4ee3a65035e1cf5353ae236b4a61 (diff)
Sun Mar 25 00:02:31 UTC 2012
Diffstat (limited to 'testing/dhcpcd')
-rw-r--r--testing/dhcpcd/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/testing/dhcpcd/PKGBUILD b/testing/dhcpcd/PKGBUILD
index cb5324311..c6fa89171 100644
--- a/testing/dhcpcd/PKGBUILD
+++ b/testing/dhcpcd/PKGBUILD
@@ -1,12 +1,11 @@
-# $Id: PKGBUILD 153980 2012-03-21 07:33:56Z ronald $
+# $Id: PKGBUILD 154120 2012-03-23 16:23:31Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Tom Killian <tom.archlinux.org>
# Contributor: Judd Vinet <jvinet.zeroflux.org>
-_gitrev=88e165b
pkgname=dhcpcd
-pkgver=5.5.4
-pkgrel=3
+pkgver=5.5.5
+pkgrel=1
pkgdesc="RFC2131 compliant DHCP client daemon"
url="http://roy.marples.name/dhcpcd/"
arch=('i686' 'x86_64')
@@ -15,10 +14,9 @@ groups=('base')
depends=('glibc' 'sh')
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" \
-source=("ftp://ftp.archlinux.org/other/dhcpcd/dhcpcd-r${_gitrev}.tar.bz2" \
+source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2" \
'dhcpcd.conf.d')
-sha1sums=('b0cb14d36b5867047ebed2f7f12aaee61981228b'
+sha1sums=('1856ad1535f2c7551cefcb492af24d345c6a1b50'
'b67b9ce6a2faaca75fea356966a16be2283b7db0')
build() {