summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSascha Wunderlich2019-08-28 15:17:52 +0200
committerSascha Wunderlich2019-08-28 15:17:52 +0200
commitdebb1eb2295f84004e08b54e50dc795eb461e3b3 (patch)
treebf86eeb01316337c47d558e9ed8362398ae39624 /PKGBUILD
parent5e86e53d41b289dd4fffa5a0f7d9f5283977e4cb (diff)
downloadaur-debb1eb2295f84004e08b54e50dc795eb461e3b3.tar.gz
Use carl master14 branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00e69ad70082..5caaed4c7aed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sascha Wunderlich <archlinux at saschawunderlich dot de>
pkgname=stormchecker
-pkgver=1.1.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Storm is a tool for the analysis of systems involving random or probabilistic phenomena"
arch=(i686 x86_64)
@@ -12,10 +12,10 @@ provides=('stormchecker')
# TODO: mathsat?
# TODO: sylvan is always shipped at the moment
# TODO: carl hides some dependencies here
-depends=(glpk hwloc xerces-c z3 carl)
+depends=(glpk hwloc xerces-c z3 carl-master14)
makedepends=(cmake)
source=("https://github.com/moves-rwth/storm/archive/$pkgver.tar.gz")
-md5sums=('b85a8162197abca05e76c0cb9475ce1f')
+md5sums=('894ae6d2addff46380bf640f61bbf92c')
build() {
cd "storm-$pkgver"
@@ -29,7 +29,6 @@ build() {
..
make binaries
- make storm-pgcl-cli
}
package() {