summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2015-10-30 23:34:24 +0100
committerAntonio Rojas2015-10-30 23:34:24 +0100
commite0672fe4f48b844e5e0677d3472aa6e4fc9819e1 (patch)
tree2c59b6fe77781b22280d84e4e53b042c9c1b3c86 /PKGBUILD
parent7fe8c631f1b6eae81df9933aec4e114233d20e0d (diff)
downloadaur-e0672fe4f48b844e5e0677d3472aa6e4fc9819e1.tar.gz
Install sage-unzip
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 597365750e54..f9abf055836b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Special thanks to Nareto for moving the compile from the .install to the PKGBUILD
pkgname=sagemath-git
-pkgver=6.10.beta1.r0.g3152b5c
+pkgver=6.10.beta2.r0.g8a972ca
pkgrel=1
pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
arch=(i686 x86_64)
@@ -140,7 +140,7 @@ package() {
cp bin/sage "$pkgdir"/usr/bin
for _i in arch-env banner cachegrind callgrind cleaner coverage coverageall CSI CSI-helper.py cython env eval grep grepdoc inline-fortran ipython \
massif maxima.lisp native-execute notebook num-threads.py omega open preparse python rst2sws rst2txt run run-cython runtests startuptime.py \
- sws2rst valgrind version.sh
+ sws2rst unzip valgrind version.sh
do
cp bin/sage-$_i "$pkgdir"/usr/bin
done