summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2018-03-23 10:01:26 +0100
committerMartino Pilia2018-03-23 10:01:26 +0100
commitdc55f287709a5b4e517853452c9e0f594ae4a65e (patch)
tree458c9aecfced2babeac193bc4d34e5493e4ebcc2
parent6363c6302a1325766cb9df3ca162acda052bd2a7 (diff)
downloadaur-dc55f287709a5b4e517853452c9e0f594ae4a65e.tar.gz
fix wrong variable name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97f83bfcb518..333f5492b085 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-pyca-git
pkgdesc = Python for Computational Anatomy
pkgver = 0.01.r434.gf31ab43
- pkgrel = 2
+ pkgrel = 3
url = http://bitbucket.org/scicompanat/pyca
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index b5b982ae41a2..ccb32efeec52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pyca
pkgname=python2-pyca-git
pkgver=0.01.r434.gf31ab43
-pkgrel=2
+pkgrel=3
pkgdesc="Python for Computational Anatomy"
arch=('x86_64')
url="http://bitbucket.org/scicompanat/pyca"
@@ -39,7 +39,7 @@ prepare() {
-D USE_CUDA=OFF \
-D PYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-D PYTHON_INSTALL_DIR=/usr/lib/python2.7/site-packages \
- -D CUDA_NVCC_FLAGS_RELEASE=--pre-include\ $srcdir/$_gitname/preinc.h \
+ -D CUDA_NVCC_FLAGS_RELEASE=--pre-include\ $srcdir/$_name/preinc.h \
..
}