summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c2d11858c0e..1d7ebdce718b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Oct 26 04:15:33 UTC 2018
pkgbase = libdap
pkgdesc = A library which contains an implementation of DAP 2.0 and 3.1
- pkgver = 3.20.0
+ pkgver = 3.20.3
pkgrel = 1
url = https://www.opendap.org/index.php/software/libdap
arch = i686
@@ -12,8 +10,8 @@ pkgbase = libdap
depends = libxml2
depends = util-linux
depends = libtirpc
- source = http://www.opendap.org/pub/source/libdap-3.20.0.tar.gz
- md5sums = c1532b6d9f4dc7cb007e0aa0c0bf1e0e
+ source = http://www.opendap.org/pub/source/libdap-3.20.3.tar.gz
+ md5sums = c17c4131b807430592311b8c11f297fb
pkgname = libdap
diff --git a/PKGBUILD b/PKGBUILD
index d226eb7d3029..214c0da968f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Contributor: Nathan O <ndowens.aur at gmail dot com>
pkgname=libdap
-pkgver=3.20.0
+pkgver=3.20.3
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=('c1532b6d9f4dc7cb007e0aa0c0bf1e0e')
+md5sums=('c17c4131b807430592311b8c11f297fb')
build() {
cd ${srcdir}/${pkgname}-${pkgver}