summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTarn Burton2017-01-29 09:49:18 -0500
committerTarn Burton2017-01-29 09:49:18 -0500
commitcf6dabc270be0eb2ca52f4fe3d109bda3960dbe1 (patch)
tree190506e8e9ca9bc1e658160e42c79b166d66496d /PKGBUILD
parentf3808bd54587aecf9b93756cf32f10918b550b2b (diff)
downloadaur-cf6dabc270be0eb2ca52f4fe3d109bda3960dbe1.tar.gz
Fix LD_LIBRARY_PATH error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 588e09ac1c0e..ad18729d24f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tarn Burton <twburton at gmail dot com>
pkgname='cadabra2-git'
-pkgver=r1133.85e3381a2
+pkgver=r1162.9b7e34177
pkgrel=1
pkgdesc="A computer algebra system (pre-release version) designed specifically for the solution of problems encountered in field theory."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('python-matplotlib' 'gtkmm3' 'jsoncpp' 'mathjax' 'boost-libs' 'python-s
makedepends=('cmake' 'boost')
source=("$pkgname::git+https://github.com/kpeeters/cadabra2" "package.patch")
md5sums=('SKIP'
- '15cbc4a33a34434058fb702bc7d92393')
+ 'f18d2d5c9c70064e422cdbd7954ecd59')
install=package.install