mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/bind to 9.11.0-2
This commit is contained in:
parent
8536bb6174
commit
98678a0509
1 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,7 @@ pkgbase=bind
|
|||
pkgname=(bind bind-tools)
|
||||
_pkgver=9.11.0
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url='http://www.isc.org/software/bind/'
|
||||
license=('custom:ISC')
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -108,8 +108,7 @@ package_bind() {
|
|||
package_bind-tools() {
|
||||
pkgdesc='The ISC DNS tools'
|
||||
depends=('glibc' 'libcap' 'libseccomp' 'libxml2' 'zlib' 'krb5' 'e2fsprogs'
|
||||
'openssl' 'readline' 'geoip' 'idnkit' 'dnssec-anchors' 'json-c'
|
||||
'python')
|
||||
'openssl' 'readline' 'geoip' 'idnkit' 'dnssec-anchors' 'json-c')
|
||||
optdepends=('python: for python scripts')
|
||||
conflicts=('dnsutils')
|
||||
replaces=('dnsutils' 'host')
|
||||
|
|
Loading…
Reference in a new issue