summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobinleander2018-07-27 11:40:57 +0200
committerrobinleander2018-07-27 11:40:57 +0200
commitf2920ac7603e4b63951997537d618cae473c540e (patch)
treea6ec0ff61fadaf5138de3a76d51aa3c19b9b472d
parent1f03ee0fd83a7da999ccc32010d01893a7a9391b (diff)
downloadaur-f2920ac7603e4b63951997537d618cae473c540e.tar.gz
Depend on z3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66497366900a..73ab1469522a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = fstar-ulib
pkgdesc = compiles the ulib component of F*
pkgver = 0.9.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.fstar-lang.org/
arch = i686
arch = x86_64
license = Apache-2.0
depends = fstar
+ depends = z3
options = !strip
options = !makeflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 384eb53b5137..70672ccdb32a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=fstar-ulib
pkgver=0.9.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="compiles the ulib component of F*"
arch=('i686' 'x86_64')
url='https://www.fstar-lang.org/'
license=('Apache-2.0')
options=('!strip' '!makeflags' 'staticlibs')
-depends=('fstar')
+depends=('fstar' 'z3')
build() {
cd "$srcdir/"