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 44f3b9bc82f4..9b74e21a9e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Contributor: Nathan O <ndowens.aur at gmail dot com>
pkgname=libdap
-pkgver=3.14.0
+pkgver=3.15.1
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="http://www.opendap.org/download/libdap"
license="LGPL2.1"
depends=('curl' 'libxml2' 'util-linux-ng')
source=(http://www.opendap.org/pub/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('83ac4c6eb4aa8e485587de94b9757d01')
+md5sums=('31cd4939e5b894049cebccc321fd1b49')
build() {
cd ${srcdir}/${pkgname}-${pkgver}