summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-04-11 15:21:52 +0800
committerChocobo12019-04-11 15:27:23 +0800
commit4ea8178e27160cbd83963b8a103888dbf77c6014 (patch)
tree6eddb226b268bf0c919825759dd046d9b8b7d8c0
parent947778296e447305d0f52f45689951f460c960e9 (diff)
downloadaur-4ea8178e27160cbd83963b8a103888dbf77c6014.tar.gz
upgpkg: dhcpcd-git 7.1.1.r31.gf1713f60-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1420b656fc57..20c6aba730f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dhcpcd-git
pkgdesc = A DHCP and DHCPv6 client
- pkgver = 7.0.0.rc3.r16.gef53a17e
+ pkgver = 7.1.1.r31.gf1713f60
pkgrel = 1
url = https://roy.marples.name/projects/dhcpcd
arch = i686
@@ -8,6 +8,8 @@ pkgbase = dhcpcd-git
license = BSD
makedepends = git
depends = glibc
+ depends = sh
+ depends = systemd-libs
optdepends = openresolv: resolvconf support
provides = dhcpcd
provides = dhcp-client
diff --git a/PKGBUILD b/PKGBUILD
index 6f0c972120de..292226d9d73a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=dhcpcd-git
-pkgver=7.0.0.rc3.r16.gef53a17e
+pkgver=7.1.1.r31.gf1713f60
pkgrel=1
pkgdesc="A DHCP and DHCPv6 client"
arch=('i686' 'x86_64')
url="https://roy.marples.name/projects/dhcpcd"
license=('BSD')
-depends=('glibc')
+depends=('glibc' 'sh' 'systemd-libs')
makedepends=('git')
optdepends=('openresolv: resolvconf support')
provides=('dhcpcd' 'dhcp-client')
@@ -31,8 +31,13 @@ pkgver() {
build() {
cd "dhcpcd"
- ./configure --prefix="/usr" --sysconfdir="/etc" --sbindir="/usr/bin" \
- --libexecdir="/usr/lib/dhcpcd" --dbdir="/var/lib/dhcpcd" --rundir="/run"
+ ./configure \
+ --prefix="/usr" \
+ --sysconfdir="/etc" \
+ --sbindir="/usr/bin" \
+ --libexecdir="/usr/lib/dhcpcd" \
+ --dbdir="/var/lib/dhcpcd" \
+ --rundir="/run"
make
}