summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAllen Zhong2019-02-11 21:08:36 +0800
committerAllen Zhong2019-02-11 21:08:36 +0800
commit2f856e1ea0f693673a928508a21294bea32a173b (patch)
tree247ddd69b9cfe9231ed6e50befe2295902690510 /PKGBUILD
parentf8a4710a1a1dfcf6d3cc6211e2c3bfc7e9fdb30a (diff)
downloadaur-2f856e1ea0f693673a928508a21294bea32a173b.tar.gz
update provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7479d706304d..9ceb6a05467d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase=bind-rl
pkgname=(bind-rl bind-rl-tools)
_pkgver=9.13.5
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
url='https://www.isc.org/software/bind/'
license=('MPL2')
arch=('x86_64')
@@ -85,7 +85,7 @@ build() {
package_bind-rl() {
pkgdesc='The ISC DNS Server, with Response Rate Limit (RRL) enabled'
- provides=('dns-server')
+ provides=('dns-server' "bind=$pkgver")
depends=('glibc' 'libxml2' 'libcap' 'libseccomp' 'openssl' 'geoip' 'json-c'
'bind-tools')
conflicts=('bind')
@@ -125,7 +125,7 @@ package_bind-rl-tools() {
optdepends=('python: for python scripts')
conflicts=('dnsutils' 'bind-tools')
replaces=('dnsutils' 'host' 'bind-tools')
- provides=("dnsutils=$pkgver")
+ provides=("dnsutils=$pkgver" "bind-tools=$pkgver")
cd "bind-$_pkgver"
install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"