summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn Burton2016-05-17 06:40:54 -0400
committerTarn Burton2016-05-17 06:40:54 -0400
commitc807095f32bb622b7a0b85479d0d84be4beacfee (patch)
tree0053ab49c7a9e64c71b596634c8b74e718d97709 /PKGBUILD
parent165ec7dbe08489b89028e2a01e2248cd2f3ee31a (diff)
downloadaur-c807095f32bb622b7a0b85479d0d84be4beacfee.tar.gz
Added cmake makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bd0e0306d7a..b6e1ff4d1cb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tarn Burton <twburton at gmail dot com>
pkgname='cadabra2-git'
pkgver=r701.a17ad42
-pkgrel=3
+pkgrel=4
pkgdesc="A computer algebra system (pre-release version) designed specifically for the solution of problems encountered in field theory."
arch=('i686' 'x86_64')
url="http://cadabra.phi-sci.com/"
@@ -9,7 +9,7 @@ license=('GPL')
provides=('cadabra2')
conflicts=('cadabra2')
depends=('python2-matplotlib' 'gtkmm3' 'jsoncpp' 'mathjax' 'boost-libs' 'python2-sympy')
-makedepends=()
+makedepends=('cmake')
source=("$pkgname::git+https://github.com/kpeeters/cadabra2" "package.patch")
md5sums=('SKIP'
'7eaf565d2558304a454d2669effa2630')