[arch-commits] Commit in getdns/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Fri Jan 11 16:14:04 UTC 2019
Date: Friday, January 11, 2019 @ 16:13:59
Author: archange
Revision: 422654
archrelease: copy trunk to community-x86_64
Added:
getdns/repos/community-x86_64/PKGBUILD
(from rev 422653, getdns/trunk/PKGBUILD)
Deleted:
getdns/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-11 16:13:45 UTC (rev 422653)
+++ PKGBUILD 2019-01-11 16:13:59 UTC (rev 422654)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Remi Gacogne <rgacogne at archlinux.org>
-
-pkgname=getdns
-pkgver=1.5.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=('577182c3ace919ee70cee5629505581a10dc530bd53fe5c241603ea91c84fa84' '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 422653, getdns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-11 16:13:59 UTC (rev 422654)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Remi Gacogne <rgacogne at archlinux.org>
+
+pkgname=getdns
+pkgver=1.5.1
+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=('5686e61100599c309ce03535f9899a5a3d94a82cc08d10718e2cd73ad3dc28af' '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