[arch-commits] Commit in getdns/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Sat Nov 11 21:51:09 UTC 2017


    Date: Saturday, November 11, 2017 @ 21:51:09
  Author: archange
Revision: 266260

archrelease: copy trunk to community-x86_64

Added:
  getdns/repos/community-x86_64/PKGBUILD
    (from rev 266259, getdns/trunk/PKGBUILD)
Deleted:
  getdns/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 35 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-11 21:50:54 UTC (rev 266259)
+++ PKGBUILD	2017-11-11 21:51:09 UTC (rev 266260)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Remi Gacogne <rgacogne at archlinux.org>
-
-pkgname=getdns
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A modern asynchronous DNS API"
-arch=('i686' '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')
-validpgpkeys=('DC34EE5DB2417BCC151E5100E5F8F8212F77A498') # Willem Toorop <willem at nlnetlabs.nl>
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --disable-rpath \
-        --enable-static=no \
-        --with-libev \
-        --with-libevent \
-        --with-libuv
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    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
-}

Copied: getdns/repos/community-x86_64/PKGBUILD (from rev 266259, getdns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-11 21:51:09 UTC (rev 266260)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Remi Gacogne <rgacogne at archlinux.org>
+
+pkgname=getdns
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A modern asynchronous DNS API"
+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=('3ed37135b4aa447160fa68205b8552477b6829da48eb63943994c6193e1d891d' 'SKIP')
+validpgpkeys=('DC34EE5DB2417BCC151E5100E5F8F8212F77A498') # Willem Toorop <willem at nlnetlabs.nl>
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --disable-rpath \
+        --enable-static=no \
+        --with-libev \
+        --with-libevent \
+        --with-libuv \
+        --with-trust-anchor=/etc/trusted-key.key
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+
+    install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}



More information about the arch-commits mailing list