[arch-commits] Commit in dhcp/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Sat Feb 22 19:40:10 UTC 2020
Date: Saturday, February 22, 2020 @ 19:40:09
Author: eworm
Revision: 376054
upgpkg: dhcp 4.4.2-2
make dhclient depend on run-parts (FS#63753)
Modified:
dhcp/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-22 18:18:24 UTC (rev 376053)
+++ PKGBUILD 2020-02-22 19:40:09 UTC (rev 376054)
@@ -6,7 +6,7 @@
# 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/'
@@ -81,7 +81,7 @@
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}"
More information about the arch-commits
mailing list