summaryrefslogtreecommitdiff
path: root/pcr/cadabra
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:44:57 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-06 16:56:46 +0100
commitb6aa2253859525ec3b4a49ea9dd2e457b94454a5 (patch)
tree5cc53efbfef765152911bc66438c0f2fc3d14d21 /pcr/cadabra
parent505f6af170e7b79ebdb247ca85e2ac490414490a (diff)
pcr/cadabra: fixed syntax errors in PKGBUILD
Diffstat (limited to 'pcr/cadabra')
-rw-r--r--pcr/cadabra/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/cadabra/PKGBUILD b/pcr/cadabra/PKGBUILD
index c435d111e..c39878e75 100644
--- a/pcr/cadabra/PKGBUILD
+++ b/pcr/cadabra/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="${pkgbase^} is a computer algebra system (CAS)"
arch=('i686' 'x86_64' 'mips64el')
url="http://$pkgbase.phi-sci.com/"
license=('GPL')
-groups=$pkgbase
+groups=($pkgbase)
makedepends=('lie' 'modglue' 'gmp' 'pcre' 'gtkmm' 'texlive-core')
install=$pkgbase.install
source=(http://$pkgbase.phi-sci.com/$pkgbase-$pkgver.tar.gz)