summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraziano.giuliani2017-09-10 16:39:44 +0200
committergraziano.giuliani2017-09-10 16:39:44 +0200
commitf320e106b686684c750df22037ad9897d6ad7549 (patch)
treea23e6a27da2b75e65eb3c9d713525f85babcd72c /PKGBUILD
parent95e1b3bd69557ee5a6ccc748127aa2fd57f91c25 (diff)
downloadaur-f320e106b686684c750df22037ad9897d6ad7549.tar.gz
changed dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2ec2db8462e..825ed58b4150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=libdap
pkgver=3.18.1
-pkgrel=1
+pkgrel=2
pkgdesc="A library which contains an implementation of DAP 2.0 and 3.1"
arch=('i686' 'x86_64')
url="https://www.opendap.org/index.php/software/libdap"
license=('LGPL2.1')
-depends=('curl' 'libxml2' 'util-linux-ng')
+depends=('curl' 'libxml2' 'util-linux')
source=(http://www.opendap.org/pub/source/${pkgname}-${pkgver}.tar.gz)
md5sums=('9bdca37f89dca3e1df2239ceb32f74a8')