summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2016-12-25 16:10:04 +0000
committerSpyros Stathopoulos2016-12-25 16:10:04 +0000
commit348bf26be8b4f4213387152e85d0c33f3afb4549 (patch)
treed560c04a0da5d8d8f585cfe87fd8b4c5c6b22e48
parent7a8effa850eae2a681673c2ba2c23c026d5bbd1b (diff)
downloadaur-348bf26be8b4f4213387152e85d0c33f3afb4549.tar.gz
Make curl optional dependency for OPeNDAP support
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5e4a69a0ffa..6ae8e7f30740 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Dec 25 15:58:05 UTC 2016
+# Sun Dec 25 16:05:58 UTC 2016
pkgbase = python-netcdf4
pkgdesc = A python3 library for reading, manpiulating and creating netcdf files
pkgver = 1.2.6
- pkgrel = 2
+ pkgrel = 3
url = https://unidata.github.io/netcdf4-python/
arch = x86_64
arch = i686
@@ -14,6 +14,7 @@ pkgbase = python-netcdf4
depends = netcdf>=4.1.2
depends = hdf5
optdepends = python2-netcdf4: python 2 version, includes docs and examples
+ optdepends = curl: for OPeNDAP suport
source = https://github.com/Unidata/netcdf4-python/archive/v1.2.6rel.tar.gz
md5sums = 2f131c845b279d233105b226bc632798
diff --git a/PKGBUILD b/PKGBUILD
index d00a65437974..e505252a8277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-netcdf4
pkgver=1.2.6
-pkgrel=2
+pkgrel=3
pkgdesc="A python3 library for reading, manpiulating and creating netcdf files"
arch=('x86_64' 'i686')
url="https://unidata.github.io/netcdf4-python/"
@@ -13,7 +13,8 @@ license=('MIT')
depends=('python' 'python-numpy' 'netcdf>=4.1.2' 'hdf5')
makedepends=('cython')
-optdepends=('python2-netcdf4: python 2 version, includes docs and examples')
+optdepends=('python2-netcdf4: python 2 version, includes docs and examples'
+ 'curl: for OPeNDAP suport')
source=(https://github.com/Unidata/netcdf4-python/archive/v${pkgver}rel.tar.gz)
md5sums=('2f131c845b279d233105b226bc632798')