[arch-commits] Commit in powerdns-recursor/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Sep 19 19:15:40 UTC 2014


    Date: Friday, September 19, 2014 @ 21:15:40
  Author: arodseth
Revision: 119254

upgpkg: powerdns-recursor 3.6.1-1

Modified:
  powerdns-recursor/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-19 18:51:26 UTC (rev 119253)
+++ PKGBUILD	2014-09-19 19:15:40 UTC (rev 119254)
@@ -4,13 +4,13 @@
 # Contributor: Jan Steffens <heftig at archlinux.org>
 
 pkgname=powerdns-recursor
-pkgver=3.5.3
-pkgrel=2
+pkgver=3.6.1
+pkgrel=1
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
 license=('GPL')
 arch=('x86_64' 'i686')
-depends=('gcc-libs' 'lua51')
+depends=('gcc-libs' 'lua')
 makedepends=('boost')
 replaces=('pdns-recursor')
 provides=('pdns-recursor')
@@ -18,13 +18,13 @@
 backup=('etc/powerdns/recursor.conf')
 source=("http://downloads.powerdns.com/releases/pdns-recursor-$pkgver.tar.bz2"
         'pdns-recursor.service')
-sha256sums=('192c0b47a1cfcdccaa88d70fd33766a4c381f4223f966416f15e169df5d58eaa'
+sha256sums=('e57bad320d67d08604fc6f6b7e49b5553cfb5baf3460a3e06d53ba2f7d8de396'
             'd4f545e85dffa86bf23c89ff0f352c74ec3524dfc53871f129656299222e4fba')
 
 build() {
   make -C "pdns-recursor-$pkgver" -j1 LUA=1 \
-    LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \
-    LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)"
+    LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua)" \
+    LUA_LIBS_CONFIG="$(pkg-config --libs lua)"
 }
 
 package() {




More information about the arch-commits mailing list