summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Gacogne2020-09-17 12:36:42 +0200
committerRemi Gacogne2020-09-17 12:36:42 +0200
commit2e449ef879d0de9b7249a69efa991b3086386ac7 (patch)
tree8d9915501bf87465d049a4d1a2312696f7e14589
parentf758e2c6e752cd0d2fb9ef5245fcb18b88ac8cef (diff)
downloadaur-2e449ef879d0de9b7249a69efa991b3086386ac7.tar.gz
powerdns-recursor-git: Add the sysusers file to the sources
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10bf75eae11b..19eb434d092c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = powerdns-recursor-git
pkgdesc = Resolving DNS server
- pkgver = r18769.6a4590f13
+ pkgver = r19561.e5e184cb8
pkgrel = 1
url = https://www.powerdns.com/
arch = x86_64
@@ -23,7 +23,9 @@ pkgbase = powerdns-recursor-git
conflicts = powerdns-recursor
backup = etc/powerdns/recursor.conf
source = powerdns-recursor-git::git+https://github.com/PowerDNS/pdns
+ source = sysusers.conf
sha512sums = SKIP
+ sha512sums = 63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72
pkgname = powerdns-recursor-git
diff --git a/PKGBUILD b/PKGBUILD
index 30db966e6a36..c58187ccc737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Remi Gacogne <rgacogne-arch at archlinux dot org>
pkgname=powerdns-recursor-git
-pkgver=r18769.6a4590f13
+pkgver=r19561.e5e184cb8
pkgrel=1
pkgdesc='Resolving DNS server'
arch=('x86_64')
url='https://www.powerdns.com/'
license=('GPL2')
-source=("${pkgname}::git+https://github.com/PowerDNS/pdns")
-sha512sums=('SKIP')
+source=("${pkgname}::git+https://github.com/PowerDNS/pdns"
+ sysusers.conf)
+sha512sums=('SKIP'
+ '63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
makedepends=('boost' 'git' 'pandoc' 'python-virtualenv' 'ragel' 'systemd')
depends=('boost-libs' 'fstrm' 'libsodium' 'libsystemd' 'luajit' 'net-snmp' 'openssl' 'protobuf' )
provides=('powerdns-recursor')
@@ -43,7 +45,7 @@ package() {
mv "${pkgdir}/etc/powerdns/recursor.conf-dist" "${pkgdir}/etc/powerdns/recursor.conf"
cd "${srcdir}"
- install -D -m644 ../sysusers.conf "${pkgdir}/usr/lib/sysusers.d/powerdns-recursor.conf"
+ install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/powerdns-recursor.conf"
}
# vim: ts=2 sw=2 et: