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

Bruno Pagani archange at archlinux.org
Thu Feb 22 11:19:43 UTC 2018


    Date: Thursday, February 22, 2018 @ 11:19:40
  Author: archange
Revision: 297078

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-22 11:19:25 UTC (rev 297077)
+++ PKGBUILD	2018-02-22 11:19:40 UTC (rev 297078)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Remi Gacogne <rgacogne at archlinux.org>
-
-pkgname=getdns
-pkgver=1.3.0
-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=('920fa2e07c72fd0e5854db1820fa777108009fc5cb702f9aa5155ef58b12adb1' '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}/
-}

Copied: getdns/repos/community-x86_64/PKGBUILD (from rev 297077, getdns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-22 11:19:40 UTC (rev 297078)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Remi Gacogne <rgacogne at archlinux.org>
+
+pkgname=getdns
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A modern asynchronous DNS API"
+arch=('x86_64')
+url="https://getdnsapi.net"
+license=('BSD')
+depends=('libbsd' 'libev' 'libevent' 'libidn2' 'libuv' 'libyaml' 'unbound')
+source=("${url}/dist/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('de360cd554fdec4bae3f5afbb36145872b8ff7306ded5deb0905442c4909f7b3' '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