mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/dhcp to 4.4.2.P1-4
This commit is contained in:
parent
85b57722c6
commit
8e8e7e792d
1 changed files with 2 additions and 1 deletions
|
@ -12,11 +12,12 @@ pkgname=('dhcp' 'dhclient')
|
|||
# separate patch levels with a period to maintain proper versioning.
|
||||
_realver=4.4.2-P1
|
||||
pkgver=${_realver/-/.}
|
||||
pkgrel=2
|
||||
pkgrel=4
|
||||
arch=('x86_64')
|
||||
license=('custom:isc-dhcp')
|
||||
url='https://www.isc.org/dhcp/'
|
||||
makedepends=('bash' 'iproute2' 'openldap')
|
||||
options=('!lto')
|
||||
validpgpkeys=('7E1C91AC8030A5A59D1EFAB9750F3C87723E4012') # Internet Systems Consortium, Inc. (Signing key, 2021-2022) <codesign@isc.org>
|
||||
source=("https://downloads.isc.org/isc/${pkgbase}/${_realver}/${pkgbase}-${_realver}.tar.gz"{,.asc}
|
||||
'0002-iproute2.patch'
|
||||
|
|
Loading…
Reference in a new issue