summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraziano.giuliani2018-10-26 06:15:50 +0200
committergraziano.giuliani2018-10-26 06:15:50 +0200
commitae9d973dd112e2f21cee383368f6c0d8964e2e72 (patch)
tree06b1938dbc9789c91b7e42237b47c3bf6cdacbe2 /PKGBUILD
parent1d1336694528219895e701eed256a378ec1f9f61 (diff)
downloadaur-ae9d973dd112e2f21cee383368f6c0d8964e2e72.tar.gz
new upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b6058fdda4a..d226eb7d3029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Contributor: Nathan O <ndowens.aur at gmail dot com>
pkgname=libdap
-pkgver=3.19.1
+pkgver=3.20.0
pkgrel=1
pkgdesc="A library which contains an implementation of DAP 2.0 and 3.1"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.opendap.org/index.php/software/libdap"
license=('LGPL2.1')
depends=('curl' 'libxml2' 'util-linux' 'libtirpc')
source=(http://www.opendap.org/pub/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ff0ac49bceae75fa27f38fffc5a22660')
+md5sums=('c1532b6d9f4dc7cb007e0aa0c0bf1e0e')
build() {
cd ${srcdir}/${pkgname}-${pkgver}