extra/dhcp to 4.4.2-2

This commit is contained in:
Kevin Mihelich 2020-02-22 20:25:11 +00:00
parent 8c2c6ab31f
commit d9d48091e5

View file

@ -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}"