mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/dhcp to 4.4.2-2
This commit is contained in:
parent
8c2c6ab31f
commit
d9d48091e5
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ pkgname=('dhcp' 'dhclient')
|
|||
|
||||
# separate patch levels with a period to maintain proper versioning.
|
||||
pkgver=4.4.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
license=('custom:isc-dhcp')
|
||||
url='https://www.isc.org/dhcp/'
|
||||
|
@ -95,7 +95,7 @@ package_dhcp(){
|
|||
|
||||
package_dhclient(){
|
||||
pkgdesc="A standalone DHCP client from the dhcp package"
|
||||
depends=('glibc' 'bash' 'iproute2')
|
||||
depends=('glibc' 'bash' 'iproute2' 'run-parts')
|
||||
provides=('dhcp-client')
|
||||
|
||||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue