summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Walsh2021-02-23 11:47:27 +0100
committerFlorian Walsh2021-02-23 11:47:27 +0100
commit81ac0c16faeffe519bbcbd1d2093078232fe915a (patch)
tree00ef0248b851a893b23d3a356cab27b6abd4c04c
parent83d962002e307167776caf6d3478845643196561 (diff)
downloadaur-81ac0c16faeffe519bbcbd1d2093078232fe915a.tar.gz
fix start script
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
-rwxr-xr-xcocoa52
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98ab4f9d6a87..4a381e93ac4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cocoalib
pkgdesc = A C++ library for doing Computations in Commutative Algebra. Also includes the CoCoA-5 Interpreter.
pkgver = 0.99712
- pkgrel = 1
+ pkgrel = 2
url = http://cocoa.dima.unige.it/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6ccbbbfe3da7..7a21b5ceb8a0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cocoalib
pkgver=0.99712
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ library for doing Computations in Commutative Algebra. Also includes the CoCoA-5 Interpreter."
arch=('i686' 'x86_64')
url="http://cocoa.dima.unige.it/"
diff --git a/cocoa5 b/cocoa5
index 132d1e6e51aa..4404151bd352 100755
--- a/cocoa5
+++ b/cocoa5
@@ -1,3 +1,3 @@
#!/bin/bash
-exec /usr/lib/CoCoA/bin/CoCoAInterpreter --packageDir /usr/lib/CoCoA/packages $*
+exec /usr/lib/CoCoA/bin/CoCoAInterpreter --packageDir /usr/lib/CoCoA/packages "$@"