summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 214c0da968f5..9d4920b3d677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Contributor: Nathan O <ndowens.aur at gmail dot com>
pkgname=libdap
-pkgver=3.20.3
+pkgver=3.20.4
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=('c17c4131b807430592311b8c11f297fb')
+md5sums=('23a132c914bde86e00f03d7320fc5501')
build() {
cd ${srcdir}/${pkgname}-${pkgver}