summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn Burton2017-01-29 09:50:56 -0500
committerTarn Burton2017-01-29 09:50:56 -0500
commita7a4b9c005b20e70b9e78a697145f45bf51a1dbe (patch)
treef278649675d282b9b576e6e1d9b0e782bcaa6226 /PKGBUILD
parent7c9f5165092fa2d8921244f140b9f8f1ffa7c7b2 (diff)
downloadaur-a7a4b9c005b20e70b9e78a697145f45bf51a1dbe.tar.gz
Fix LD_LIBRARY_PATH error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c2d7a2ab9ff..6fbaf57bb421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,12 @@ pkgdesc="A computer algebra system designed specifically for the solution of pro
arch=('i686' 'x86_64')
url="http://cadabra.science/"
license=('GPL')
-provides=('cadabra2')
-conflicts=('cadabra2')
+conflicts=('cadabra2-git')
depends=('python-matplotlib' 'gtkmm3' 'jsoncpp' 'mathjax' 'boost-libs' 'python-sympy' 'texlive-core')
makedepends=('cmake' 'boost')
source=("$pkgname::git+https://github.com/kpeeters/cadabra2#tag=$pkgver" "package.patch")
md5sums=('SKIP'
- 'b04444f9ba31aa482dd88473dd90d59b')
+ '2cf414a7280fd64858d1d19d38d4bd8c')
install=package.install
prepare() {