summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraziano.giuliani2015-10-26 09:32:59 +0100
committergraziano.giuliani2015-10-26 09:32:59 +0100
commitb76efdb046b9e2fd367ea2d0b1b40441a8947e9f (patch)
treeab53761e99335a492716a202103c4383359a0ead /PKGBUILD
parent334ebf7ae1526a281951cea6252516a7053e799b (diff)
downloadaur-b76efdb046b9e2fd367ea2d0b1b40441a8947e9f.tar.gz
new upstream release
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}