summaryrefslogtreecommitdiff
path: root/community/pdns-recursor/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pdns-recursor/PKGBUILD')
-rw-r--r--community/pdns-recursor/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/pdns-recursor/PKGBUILD b/community/pdns-recursor/PKGBUILD
index f5a42a386..63479e96d 100644
--- a/community/pdns-recursor/PKGBUILD
+++ b/community/pdns-recursor/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 89549 2013-04-29 23:06:17Z arodseth $
+# $Id: PKGBUILD 90965 2013-05-16 18:09:50Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Jan Steffens <heftig@archlinux.org>
pkgname=pdns-recursor
-pkgver=3.5
+pkgver=3.5.1
pkgrel=1
pkgdesc='PowerDNS recursor'
url='https://www.powerdns.com/'
@@ -15,8 +15,8 @@ makedepends=('boost')
backup=('etc/powerdns/recursor.conf')
source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2"
'pdns-recursor.service')
-sha256sums=('02ea398aa0e95ef4c9caf478eb3836598eabcd5c99ccb7e2e7c265d716089549'
- 'c5849127cb42b578ff4c38ee6ad39e109bb749ce8b0147ac3619af90803b6875')
+sha256sums=('30655996d1963e259d4fc8648184031bf9cb83f64510d0b00539d3ce698b2824'
+ '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -29,8 +29,9 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- mv "$pkgdir/etc/powerdns/recursor.conf-dist" "$pkgdir/etc/powerdns/recursor.conf"
+ make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
+ mv "$pkgdir/etc/powerdns/recursor.conf-dist" \
+ "$pkgdir/etc/powerdns/recursor.conf"
rm -r "$pkgdir/etc/init.d"
install -Dm644 "$srcdir/pdns-recursor.service" \
"$pkgdir/usr/lib/systemd/system/pdns-recursor.service"