[arch-commits] Commit in pdns-recursor/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Thu May 16 18:09:38 UTC 2013
Date: Thursday, May 16, 2013 @ 20:09:37
Author: arodseth
Revision: 90964
upgpkg: pdns-recursor 3.5.1-1
Modified:
pdns-recursor/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-16 17:56:17 UTC (rev 90963)
+++ PKGBUILD 2013-05-16 18:09:37 UTC (rev 90964)
@@ -4,8 +4,8 @@
# Contributor: Jan Steffens <heftig at archlinux.org>
pkgname=pdns-recursor
-pkgver=3.5
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
pkgdesc='PowerDNS recursor'
url='https://www.powerdns.com/'
license=('GPL')
@@ -15,7 +15,7 @@
backup=('etc/powerdns/recursor.conf')
source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2"
'pdns-recursor.service')
-sha256sums=('02ea398aa0e95ef4c9caf478eb3836598eabcd5c99ccb7e2e7c265d716089549'
+sha256sums=('30655996d1963e259d4fc8648184031bf9cb83f64510d0b00539d3ce698b2824'
'51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9')
build() {
@@ -30,7 +30,8 @@
cd "$srcdir/$pkgname-$pkgver"
make SBINDIR="/usr/bin" DESTDIR="$pkgdir" install
- mv "$pkgdir/etc/powerdns/recursor.conf-dist" "$pkgdir/etc/powerdns/recursor.conf"
+ 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"
More information about the arch-commits
mailing list