[arch-commits] Commit in powerdns/repos/community-x86_64 (6 files)

2021-11-10 Thread Remi Rgacogne via arch-commits
Date: Wednesday, November 10, 2021 @ 12:53:45
  Author: rgacogne
Revision: 1039587

archrelease: copy trunk to community-x86_64

Added:
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 1039586, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/boost-1.76.patch
(from rev 1039586, powerdns/trunk/boost-1.76.patch)
  powerdns/repos/community-x86_64/sysusers.conf
(from rev 1039586, powerdns/trunk/sysusers.conf)
Deleted:
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/boost-1.76.patch
  powerdns/repos/community-x86_64/sysusers.conf

--+
 PKGBUILD |  162 ++---
 boost-1.76.patch |   30 -
 sysusers.conf|2 
 3 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 12:53:22 UTC (rev 1039586)
+++ PKGBUILD2021-11-10 12:53:45 UTC (rev 1039587)
@@ -1,81 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Remi Gacogne 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-# Contributor: Pieter Lexis 
-
-pkgname=powerdns
-pkgver=4.5.1
-pkgrel=3
-pkgdesc='Authoritative DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('boost-libs' 'libcurl.so' 'libsodium' 'lmdb' 'luajit' 'openssl'
- 'sqlite' 'systemd-libs')
-makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'curl' 'libmaxminddb'
- 'postgresql-libs' 'systemd' 'tinycdb' 'unixodbc' 'yaml-cpp')
-optdepends=('geoip: GeoIP backend'
-'mariadb-libs: MariaDB/MySQL and MyDNS backend'
-'libldap: LDAP backend'
-'libmaxminddb: MaxMindDB GeoIP2 database for the GeoIP backend'
-'postgresql-libs: PostgreSQL backend'
-'unixodbc: ODBC backend'
-'tinycdb: TinyDNS backend'
-'yaml-cpp: GeoIP backend')
-provides=('pdns')
-conflicts=('pdns')
-backup=('etc/powerdns/pdns.conf')
-source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
-sysusers.conf)
-sha512sums=('428be2bea0d39613fe31def9116c0d3dbfc95eac953ca058df088f06a971a5a1a49067f83c99719af2657e7abcf2e7c471311bd26a1ebf1bae2bd70e1a823fca'
-'SKIP'
-
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

-  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

-
-prepare() {
-  cd pdns-${pkgver}
-  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
-  # This allows for running pdns_server without setting `module-dir` in the 
config.
-  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
-}
-
-build() {
-  cd pdns-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---sbindir=/usr/bin \
---with-modules='' \
---with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lmdb lua2 
pipe random remote tinydns" \
---docdir=/usr/share/doc/powerdns \
---with-libsodium \
---enable-tools \
---enable-ixfrdist \
---enable-dns-over-tls \
---disable-dependency-tracking \
---disable-silent-rules \
---enable-reproducible \
---enable-unit-tests \
---enable-systemd \
---with-service-user=powerdns \
---with-service-group=powerdns
-  make
-}
-
-check() {
-  make -C pdns-${pkgver} check
-}
-
-package() {
-  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
-  install -Dm 644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
-  # Ensure we run as the powerdns user
-  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-x86_64/PKGBUILD (from rev 1039586, 
powerdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 12:53:45 UTC (rev 1039587)
@@ -0,0 +1,81 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Remi Gacogne 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.5.2
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'gnutls' 'libcurl.so' 'libsodium' 'lmdb' 'luajit'
+ 'openssl' 'sqlite' 'systemd-libs')
+makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'curl' 'libmaxminddb'
+ 'postgresql-libs' 'systemd' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+ 

[arch-commits] Commit in powerdns/repos/community-x86_64 (6 files)

2021-10-24 Thread Evangelos Foutras via arch-commits
Date: Monday, October 25, 2021 @ 02:54:27
  Author: foutrelis
Revision: 1033315

archrelease: copy trunk to community-x86_64

Added:
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 1033314, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/boost-1.76.patch
(from rev 1033314, powerdns/trunk/boost-1.76.patch)
  powerdns/repos/community-x86_64/sysusers.conf
(from rev 1033314, powerdns/trunk/sysusers.conf)
Deleted:
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/boost-1.76.patch
  powerdns/repos/community-x86_64/sysusers.conf

--+
 PKGBUILD |  162 ++---
 boost-1.76.patch |   30 -
 sysusers.conf|2 
 3 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-25 02:54:20 UTC (rev 1033314)
+++ PKGBUILD2021-10-25 02:54:27 UTC (rev 1033315)
@@ -1,81 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Remi Gacogne 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-# Contributor: Pieter Lexis 
-
-pkgname=powerdns
-pkgver=4.5.1
-pkgrel=2
-pkgdesc='Authoritative DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('boost-libs' 'libcurl.so' 'libsodium' 'lmdb' 'luajit' 'openssl'
- 'sqlite' 'systemd-libs')
-makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'curl' 'libmaxminddb'
- 'postgresql-libs' 'systemd' 'tinycdb' 'unixodbc' 'yaml-cpp')
-optdepends=('geoip: GeoIP backend'
-'mariadb-libs: MariaDB/MySQL and MyDNS backend'
-'libldap: LDAP backend'
-'libmaxminddb: MaxMindDB GeoIP2 database for the GeoIP backend'
-'postgresql-libs: PostgreSQL backend'
-'unixodbc: ODBC backend'
-'tinycdb: TinyDNS backend'
-'yaml-cpp: GeoIP backend')
-provides=('pdns')
-conflicts=('pdns')
-backup=('etc/powerdns/pdns.conf')
-source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
-sysusers.conf)
-sha512sums=('428be2bea0d39613fe31def9116c0d3dbfc95eac953ca058df088f06a971a5a1a49067f83c99719af2657e7abcf2e7c471311bd26a1ebf1bae2bd70e1a823fca'
-'SKIP'
-
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

-  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

-
-prepare() {
-  cd pdns-${pkgver}
-  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
-  # This allows for running pdns_server without setting `module-dir` in the 
config.
-  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
-}
-
-build() {
-  cd pdns-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---sbindir=/usr/bin \
---with-modules='' \
---with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lmdb lua2 
pipe random remote tinydns" \
---docdir=/usr/share/doc/powerdns \
---with-libsodium \
---enable-tools \
---enable-ixfrdist \
---enable-dns-over-tls \
---disable-dependency-tracking \
---disable-silent-rules \
---enable-reproducible \
---enable-unit-tests \
---enable-systemd \
---with-service-user=powerdns \
---with-service-group=powerdns
-  make
-}
-
-check() {
-  make -C pdns-${pkgver} check
-}
-
-package() {
-  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
-  install -Dm 644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
-  # Ensure we run as the powerdns user
-  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-x86_64/PKGBUILD (from rev 1033314, 
powerdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-25 02:54:27 UTC (rev 1033315)
@@ -0,0 +1,81 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Remi Gacogne 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.5.1
+pkgrel=3
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'libcurl.so' 'libsodium' 'lmdb' 'luajit' 'openssl'
+ 'sqlite' 'systemd-libs')
+makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'curl' 'libmaxminddb'
+ 'postgresql-libs' 'systemd' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+

[arch-commits] Commit in powerdns/repos/community-x86_64 (6 files)

2021-07-26 Thread Felix Yan via arch-commits
Date: Monday, July 26, 2021 @ 18:04:52
  Author: felixonmars
Revision: 985634

archrelease: copy trunk to community-x86_64

Added:
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 985632, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/boost-1.76.patch
(from rev 985632, powerdns/trunk/boost-1.76.patch)
  powerdns/repos/community-x86_64/sysusers.conf
(from rev 985632, powerdns/trunk/sysusers.conf)
Deleted:
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/boost-1.76.patch
  powerdns/repos/community-x86_64/sysusers.conf

--+
 PKGBUILD |  162 ++---
 boost-1.76.patch |   30 -
 sysusers.conf|2 
 3 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-26 18:04:49 UTC (rev 985633)
+++ PKGBUILD2021-07-26 18:04:52 UTC (rev 985634)
@@ -1,81 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Remi Gacogne 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-# Contributor: Pieter Lexis 
-
-pkgname=powerdns
-pkgver=4.5.0
-pkgrel=1
-pkgdesc='Authoritative DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('boost-libs' 'libcurl.so' 'libsodium' 'lmdb' 'luajit' 'openssl'
- 'sqlite' 'systemd-libs')
-makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'curl' 'libmaxminddb'
- 'postgresql-libs' 'systemd' 'tinycdb' 'unixodbc' 'yaml-cpp')
-optdepends=('geoip: GeoIP backend'
-'mariadb-libs: MariaDB/MySQL and MyDNS backend'
-'libldap: LDAP backend'
-'libmaxminddb: MaxMindDB GeoIP2 database for the GeoIP backend'
-'postgresql-libs: PostgreSQL backend'
-'unixodbc: ODBC backend'
-'tinycdb: TinyDNS backend'
-'yaml-cpp: GeoIP backend')
-provides=('pdns')
-conflicts=('pdns')
-backup=('etc/powerdns/pdns.conf')
-source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
-sysusers.conf)
-sha512sums=('7643cbd08e7cf6c2f5911784222b1e1f686153f4c8c4d5e0ee756a5c08b4fe52b617a948ef7f258ceddc45f31331c68a10034176fbd07cb2e2ba38174e54a17f'
-'SKIP'
-
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

-  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

-
-prepare() {
-  cd pdns-${pkgver}
-  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
-  # This allows for running pdns_server without setting `module-dir` in the 
config.
-  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
-}
-
-build() {
-  cd pdns-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---sbindir=/usr/bin \
---with-modules='' \
---with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lmdb lua2 
pipe random remote tinydns" \
---docdir=/usr/share/doc/powerdns \
---with-libsodium \
---enable-tools \
---enable-ixfrdist \
---enable-dns-over-tls \
---disable-dependency-tracking \
---disable-silent-rules \
---enable-reproducible \
---enable-unit-tests \
---enable-systemd \
---with-service-user=powerdns \
---with-service-group=powerdns
-  make
-}
-
-check() {
-  make -C pdns-${pkgver} check
-}
-
-package() {
-  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
-  install -Dm 644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
-  # Ensure we run as the powerdns user
-  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-x86_64/PKGBUILD (from rev 985632, 
powerdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-26 18:04:52 UTC (rev 985634)
@@ -0,0 +1,81 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Remi Gacogne 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.5.1
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'libcurl.so' 'libsodium' 'lmdb' 'luajit' 'openssl'
+ 'sqlite' 'systemd-libs')
+makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'curl' 'libmaxminddb'
+ 'postgresql-libs' 'systemd' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+

[arch-commits] Commit in powerdns/repos/community-x86_64 (6 files)

2021-07-13 Thread Remi Rgacogne via arch-commits
Date: Tuesday, July 13, 2021 @ 12:16:39
  Author: rgacogne
Revision: 976767

archrelease: copy trunk to community-x86_64

Added:
  powerdns/repos/community-x86_64/PKGBUILD
(from rev 976766, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-x86_64/boost-1.76.patch
(from rev 976766, powerdns/trunk/boost-1.76.patch)
  powerdns/repos/community-x86_64/sysusers.conf
(from rev 976766, powerdns/trunk/sysusers.conf)
Deleted:
  powerdns/repos/community-x86_64/PKGBUILD
  powerdns/repos/community-x86_64/boost-1.76.patch
  powerdns/repos/community-x86_64/sysusers.conf

--+
 PKGBUILD |  165 ++---
 boost-1.76.patch |   30 -
 sysusers.conf|2 
 3 files changed, 97 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-13 12:16:16 UTC (rev 976766)
+++ PKGBUILD2021-07-13 12:16:39 UTC (rev 976767)
@@ -1,84 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Remi Gacogne 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-# Contributor: Pieter Lexis 
-
-pkgname=powerdns
-pkgver=4.4.1
-pkgrel=5
-pkgdesc='Authoritative DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('boost-libs' 'libcurl.so' 'libsodium' 'lmdb' 'luajit' 'openssl' 
'protobuf'
- 'sqlite' 'systemd-libs')
-makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'curl' 'libmaxminddb'
- 'postgresql-libs' 'systemd' 'tinycdb' 'unixodbc' 'yaml-cpp')
-optdepends=('geoip: GeoIP backend'
-'mariadb-libs: MariaDB/MySQL and MyDNS backend'
-'libldap: LDAP backend'
-'libmaxminddb: MaxMindDB GeoIP2 database for the GeoIP backend'
-'postgresql-libs: PostgreSQL backend'
-'unixodbc: ODBC backend'
-'tinycdb: TinyDNS backend'
-'yaml-cpp: GeoIP backend')
-provides=('pdns')
-conflicts=('pdns')
-backup=('etc/powerdns/pdns.conf')
-source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
-boost-1.76.patch
-sysusers.conf)
-sha512sums=('a6f31972f77ded8ecfb523e8810dd90e5b7aa628746fee2a9a0daae2a7935800f111ce8617ffd71d5ce3881947d4ffc36c9cb37996a7bcc514536bb4abe1f79e'
-'SKIP'
-
'f269db1941a8bd6715ed8dbdb118975cd9f54edcbdc55a016211936aeeb121a30af2148a33925bc72a9188db43f8d18b2b12c923ba581d882ee527afdb6d4cbd'
-
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

-  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

-
-prepare() {
-  cd pdns-${pkgver}
-  patch -Np1 -i ../boost-1.76.patch
-  autoreconf -vi
-  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
-  # This allows for running pdns_server without setting `module-dir` in the 
config.
-  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
-}
-
-build() {
-  cd pdns-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---sbindir=/usr/bin \
---with-modules='' \
---with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lmdb lua2 
pipe random remote tinydns" \
---docdir=/usr/share/doc/powerdns \
---with-libsodium \
---enable-tools \
---enable-ixfrdist \
---disable-dependency-tracking \
---disable-silent-rules \
---enable-reproducible \
---enable-unit-tests \
---enable-systemd \
---with-service-user=powerdns \
---with-service-group=powerdns
-  make
-}
-
-check() {
-  make -C pdns-${pkgver} check
-}
-
-package() {
-  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
-  install -Dm 644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
-  # Ensure we run as the powerdns user
-  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-x86_64/PKGBUILD (from rev 976766, 
powerdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-13 12:16:39 UTC (rev 976767)
@@ -0,0 +1,81 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Remi Gacogne 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.5.0
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'libcurl.so' 'libsodium' 'lmdb' 'luajit' 'openssl'
+ 'sqlite' 'systemd-libs')