summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2015-10-01 23:39:30 +0300
committerSpyros Stathopoulos2015-10-01 23:39:30 +0300
commit07a85f30836847f5949ee04737332a44d28e7270 (patch)
treead72b2a1ec48b25a3fd3e7aea1ad0c9be49afd28
parent08cb84e6db75c0fa4c3bf86748f51433445411d3 (diff)
downloadaur-07a85f30836847f5949ee04737332a44d28e7270.tar.gz
Update for python 3.5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 044036cc4cde..89b36dba427d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-netcdf4
pkgdesc = A python3 library for reading, manpiulating and creating netcdf files
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://unidata.github.io/netcdf4-python/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 522b45a88d68..80ad8546b218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-netcdf4
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A python3 library for reading, manpiulating and creating netcdf files"
arch=('x86_64' 'i686')
url="https://unidata.github.io/netcdf4-python/"
@@ -27,7 +27,7 @@ build() {
check() {
cd "${srcdir}"/netcdf4-python-${pkgver}rel
cd "test"
- PYTHONPATH="../build/lib.linux-${CARCH}-3.4" python -B ./run_all.py
+ PYTHONPATH="../build/lib.linux-${CARCH}-3.5" python -B ./run_all.py
}
package() {