summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2017-03-23 14:27:56 -0700
committerDavid McInnis2017-03-23 14:27:56 -0700
commitf9ef6b6951317b67dc1049223c2a8ae93e6a2601 (patch)
treeda63e1c7909bac9d45d94a84af230eb634735e97
parentb4b5be37b248271b9d3f942939be57d0b4c099f8 (diff)
downloadaur-f9ef6b6951317b67dc1049223c2a8ae93e6a2601.tar.gz
fixed python2 install issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51f979a13fe6..06ef2d7c50e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 23 19:42:09 UTC 2017
+# Thu Mar 23 21:27:29 UTC 2017
pkgbase = python-theano
pkgdesc = Definition and optimized evaluation of mathematical expressions on Numpy arrays.
pkgver = 0.9.0
diff --git a/PKGBUILD b/PKGBUILD
index 0d2dc438a991..955d1f9d7cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -78,7 +78,6 @@ package_python2-theano() {
python2 setup.py install --root="$pkgdir"/ --optimize=1
mv "${pkgdir}/usr/bin/theano-cache" "${pkgdir}/usr/bin/theano2-cache"
mv "${pkgdir}/usr/bin/theano-nose" "${pkgdir}/usr/bin/theano2-nose"
- mv "${pkgdir}/usr/bin/theano-test" "${pkgdir}/usr/bin/theano2-test"
install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-theano/LICENSE.txt"
}