From 2579dc888d0308c442245d932f99cc4c61c39299 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jul 2013 01:25:16 -0700 Subject: Fri Jul 12 01:25:08 PDT 2013 --- community/pdns-recursor/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/pdns-recursor') diff --git a/community/pdns-recursor/PKGBUILD b/community/pdns-recursor/PKGBUILD index 71deec798..40bc9c897 100644 --- a/community/pdns-recursor/PKGBUILD +++ b/community/pdns-recursor/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90965 2013-05-16 18:09:50Z arodseth $ +# $Id: PKGBUILD 93880 2013-07-11 16:32:02Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Jan de Groot # Contributor: Jan Steffens pkgname=pdns-recursor -pkgver=3.5.1 +pkgver=3.5.2 pkgrel=1 pkgdesc='PowerDNS recursor' url='https://www.powerdns.com/' @@ -15,13 +15,13 @@ makedepends=('boost') backup=('etc/powerdns/recursor.conf') source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2" 'pdns-recursor.service') -sha256sums=('30655996d1963e259d4fc8648184031bf9cb83f64510d0b00539d3ce698b2824' +sha256sums=('ffe3158ee5b3f62e927198fd44e839a01d3241a41a4e61afdca6709113c276bd' '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9') build() { cd "$srcdir/$pkgname-$pkgver" - make LUA=1 \ + make -j1 LUA=1 \ LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \ LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)" } -- cgit v1.2.3-54-g00ecf