mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/powerdns-recursor to 4.5.1-1
This commit is contained in:
parent
df98b1d385
commit
6bb31dc6d8
1 changed files with 5 additions and 6 deletions
|
@ -9,21 +9,21 @@
|
|||
# - remove makedepend on pandoc
|
||||
|
||||
pkgname=powerdns-recursor
|
||||
pkgver=4.4.3
|
||||
pkgrel=2
|
||||
pkgver=4.5.1
|
||||
pkgrel=1
|
||||
pkgdesc='Resolving DNS server'
|
||||
url='https://www.powerdns.com/'
|
||||
arch=('x86_64')
|
||||
license=('GPL2')
|
||||
depends=('gcc-libs' 'boost-libs' 'libsodium' 'systemd-libs' 'luajit' 'openssl' 'protobuf'
|
||||
'libboost_context.so' 'fstrm' 'net-snmp' 'libprotobuf.so')
|
||||
depends=('gcc-libs' 'boost-libs' 'libsodium' 'systemd-libs' 'luajit' 'openssl'
|
||||
'libboost_context.so' 'fstrm' 'net-snmp')
|
||||
makedepends=('boost' 'inetutils' 'ragel' 'systemd')
|
||||
provides=('pdns-recursor')
|
||||
conflicts=('pdns-recursor')
|
||||
backup=('etc/powerdns/recursor.conf')
|
||||
source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
|
||||
sysusers.conf)
|
||||
sha512sums=('bac69cbaabc1b0de0def681e07f7e77954e0d487732cb46dc722f7869576a8a477a4011f78c9cc66b5e9b45455eb81534602b2834dc1ad42b85f5f2801915cbb'
|
||||
sha512sums=('0cfbc95e3e84a2ab2cd88ee638b0ff26f5f35b64754086483555df28f045d64b5fdfab3e8c430c0b4e97dc4eda624226c37ec0f50902ffe5f84882d814e8051e'
|
||||
'SKIP'
|
||||
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
|
||||
validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7' # Pieter Lexis <pieter.lexis@powerdns.com>
|
||||
|
@ -45,7 +45,6 @@ build() {
|
|||
--disable-silent-rules \
|
||||
--enable-reproducible \
|
||||
--enable-systemd \
|
||||
--with-protobuf \
|
||||
--with-libsodium \
|
||||
--with-lua=luajit \
|
||||
--with-service-user=pdns-recursor \
|
||||
|
|
Loading…
Reference in a new issue