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

Bruno Pagani archange at archlinux.org
Sat Nov 11 21:50:55 UTC 2017


    Date: Saturday, November 11, 2017 @ 21:50:54
  Author: archange
Revision: 266259

upgpkg: getdns 1.2.1-1

Modified:
  getdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-11 20:37:22 UTC (rev 266258)
+++ PKGBUILD	2017-11-11 21:50:54 UTC (rev 266259)
@@ -2,15 +2,15 @@
 # Contributor: Remi Gacogne <rgacogne at archlinux.org>
 
 pkgname=getdns
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="A modern asynchronous DNS API"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://getdnsapi.net"
 license=('BSD')
 depends=('libbsd' 'libev' 'libevent' 'libidn' 'libuv' 'libyaml' 'unbound')
 source=("${url}/dist/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('06e6494b5d8b9404f439d5a98a3ab8f1f4b3557fb7aa3db005b021a6289b4229' 'SKIP')
+sha256sums=('3ed37135b4aa447160fa68205b8552477b6829da48eb63943994c6193e1d891d' 'SKIP')
 validpgpkeys=('DC34EE5DB2417BCC151E5100E5F8F8212F77A498') # Willem Toorop <willem at nlnetlabs.nl>
 
 build() {
@@ -22,7 +22,8 @@
         --enable-static=no \
         --with-libev \
         --with-libevent \
-        --with-libuv
+        --with-libuv \
+        --with-trust-anchor=/etc/trusted-key.key
     make
 }
 
@@ -31,7 +32,4 @@
     make DESTDIR="${pkgdir}" install
 
     install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-
-    install -d "${pkgdir}"/etc/unbound/
-    ln -sf /etc/trusted-key.key "${pkgdir}"/etc/unbound/getdns-root.key
 }



More information about the arch-commits mailing list