summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmaël Bouya2015-11-27 19:49:13 +0100
committerIsmaël Bouya2015-11-27 19:49:13 +0100
commit70faa0da4b36ec0c4a0903dd512d653a1550cadc (patch)
tree7240a984bc50fc8b816f935440ffb194252a9380
parentb002e7502b69773508f664ff337dbdfd1ce762f1 (diff)
downloadaur-70faa0da4b36ec0c4a0903dd512d653a1550cadc.tar.gz
Fix python version in patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba2158cae1f4..4645b3458b78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anaconda
pkgdesc = Completely free enterprise-ready Python distribution for large-scale data processing, predictive analytics, and scientific computing.
pkgver = 2.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://store.continuum.io/cshop/anaconda/
arch = x86
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ec5427cb4c73..2e41efb1ff9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=anaconda
pkgver=2.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="Completely free enterprise-ready Python distribution for large-scale data processing, predictive analytics, and scientific computing."
arch=('x86' 'x86_64')
url="https://store.continuum.io/cshop/anaconda/"
@@ -39,7 +39,7 @@ package() {
[ "$BREAK_EARLY" = 1 ] && exit 1
cd $prefix
patch -p1 < $srcdir/conda_install.patch
- CONDA_INSTALL="$prefix/pkgs/conda-${_condaver}-py34_0/lib/python3.4/site-packages/conda/install.py"
+ CONDA_INSTALL="$prefix/pkgs/conda-${_condaver}-py35_0/lib/python3.5/site-packages/conda/install.py"
$prefix/pkgs/python-${_pythonver}/bin/python -E $CONDA_INSTALL --prefix=$prefix --instdir=/opt/${pkgname} --pkgs-dir=$prefix/pkgs --link-all || exit 1
install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}