summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn Burton2018-03-30 13:13:27 -0400
committerTarn Burton2018-03-30 13:13:27 -0400
commit4950d939251ffc435f83110c9f8f636de3d74254 (patch)
tree7a2897d11b246806a9f13d6751f3617174b1fb71 /PKGBUILD
parent48c2d1dc37bea913c1c9aeef99b686c67d7c873b (diff)
downloadaur-4950d939251ffc435f83110c9f8f636de3d74254.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1be1056aace3..4d72de53f94e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tarn Burton <twburton at gmail dot com>
pkgname='cadabra2'
-pkgver=2.1.7
+pkgver=2.2.0
pkgrel=1
pkgdesc="A computer algebra system designed specifically for the solution of problems encountered in field theory."
arch=('i686' 'x86_64')
@@ -27,12 +27,12 @@ makedepends=(
source=("$pkgname::git+https://github.com/kpeeters/cadabra2#tag=$pkgver" "package.patch")
md5sums=('SKIP'
'2cf414a7280fd64858d1d19d38d4bd8c')
-install=package.install
+# install=package.install
-prepare() {
- cd "${srcdir}/${pkgname}"
- patch -Np1 -i ../package.patch
-}
+# prepare() {
+# cd "${srcdir}/${pkgname}"
+# patch -Np1 -i ../package.patch
+# }
build() {
cd $pkgname