mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/powerdns to 4.0.5-1
This commit is contained in:
parent
27f3d47ca7
commit
eaf61ebc7d
1 changed files with 6 additions and 5 deletions
|
@ -8,11 +8,11 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=powerdns
|
||||
pkgver=4.0.4
|
||||
pkgrel=4
|
||||
pkgver=4.0.5
|
||||
pkgrel=1
|
||||
pkgdesc='Authoritative DNS server'
|
||||
url='http://www.powerdns.com/'
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
license=('GPL2')
|
||||
depends=('boost-libs' 'libsodium' 'systemd' 'lua' 'openssl' 'protobuf' 'sqlite')
|
||||
makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua' 'libldap'
|
||||
|
@ -26,9 +26,10 @@ provides=('pdns')
|
|||
conflicts=('pdns')
|
||||
backup=('etc/powerdns/pdns.conf')
|
||||
source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc})
|
||||
sha512sums=('4ef4705cd990b03976775167c7c37850d45907e198549feda5f5701172e008e3f1f74a35a9bebdb24b63dec15ff63cb2cc9dfc8f92e4e1012e0539c5a88b845b'
|
||||
sha512sums=('4b0fa932c1d9caf35b988916447aa21c64ebe2a58bdd84417cf09321a21b264cf1057206dc6993a45a3b591eb1dfa49463710c06b6bdfaf6fb17ae6dec6086d9'
|
||||
'SKIP')
|
||||
validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7') # Pieter Lexis <pieter.lexis@powerdns.com>
|
||||
validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7' # Winkels, Erik <erik.winkels@open-xchange.com>
|
||||
'16E12866B7738C73976A57436FFC33439B0D04DF') # Pieter Lexis <pieter.lexis@powerdns.com>
|
||||
|
||||
prepare() {
|
||||
cd pdns-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue