mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/bind to 9.16.1-2
This commit is contained in:
parent
40abadabc0
commit
3984a4d82e
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ pkgbase=bind
|
|||
pkgname=(bind bind-tools)
|
||||
_pkgver=9.16.1
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url='https://www.isc.org/software/bind/'
|
||||
license=('MPL2')
|
||||
arch=('x86_64')
|
||||
|
@ -46,7 +46,7 @@ prepare() {
|
|||
src="${src%%::*}"
|
||||
src="${src##*/}"
|
||||
[[ $src = *.patch ]] || continue
|
||||
msg2 "Applying patch $src..."
|
||||
echo "Applying patch $src..."
|
||||
patch -Np1 < "../$src"
|
||||
done
|
||||
}
|
||||
|
@ -78,8 +78,8 @@ build() {
|
|||
package_bind() {
|
||||
pkgdesc='The ISC DNS Server'
|
||||
provides=('dns-server')
|
||||
depends=('glibc' 'libxml2' 'libcap' 'openssl' 'geoip' 'json-c' 'bind-tools'
|
||||
'zlib' 'lmdb' 'libmaxminddb')
|
||||
depends=('glibc' 'libxml2' 'libcap' 'openssl' 'json-c' 'bind-tools' 'zlib'
|
||||
'lmdb' 'libmaxminddb')
|
||||
backup=('etc/named.conf'
|
||||
'var/named/127.0.0.zone'
|
||||
'var/named/localhost.zone'
|
||||
|
|
Loading…
Reference in a new issue