Date: Friday, March 1, 2019 @ 10:35:41 Author: felixonmars Revision: 437204
upgpkg: gdnsd 3.0.0-1 Modified: gdnsd/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-01 10:35:03 UTC (rev 437203) +++ PKGBUILD 2019-03-01 10:35:41 UTC (rev 437204) @@ -2,18 +2,18 @@ # Contributor: Daichi Shinozaki <[email protected]> pkgname=gdnsd -pkgver=2.4.0 -pkgrel=2 +pkgver=3.0.0 +pkgrel=1 pkgdesc="an Authoritative-only DNS server which does geographic balancing, redirection, weighting, and service-state-conscious failover at the DNS layer" arch=('x86_64') url="http://gdnsd.org/" license=('GPL3') -depends=('libev' 'libmaxminddb') +depends=('libev' 'libmaxminddb' 'libsodium' 'libunwind' 'liburcu') makedepends=('ragel') -checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 'perl-libwww') +checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 'perl-libwww' 'perl-net-dns') source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz" gdnsd.sysusers) -md5sums=('57ff995eafb30e7d23a4e491c782031d' +md5sums=('d733929703b963b77964669c5ce6d2d6' '046488b1a1b36294a2a559aacbe71782') prepare() {
