summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornytpu2022-08-25 16:42:45 -0600
committernytpu2022-08-25 16:42:45 -0600
commit2b4e87a0a1acec82595dad80b50c3f60c3b051bd (patch)
tree3761e51b7e71a672bbe896074217b03515281aee /PKGBUILD
parentdee1c524d2410fc131f19f77276378fe95bbf0f7 (diff)
downloadaur-2b4e87a0a1acec82595dad80b50c3f60c3b051bd.tar.gz
upgpkg: spark2014-git 0.3.draft.r22640.gef5fb19e20-1
Fix patches for new SPARK2014 versions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ec0cd51ebe0..57239307e6f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://git.sr.ht/~nytpu/PKGBUILDs/
pkgname=spark2014-git
-pkgver=0.3.draft.r22234.g1895e0e8d1
+pkgver=0.3.draft.r22640.gef5fb19e20
pkgrel=1
pkgdesc='Formally defined programming language based on Ada (GNAT FSF version)'
url='https://www.spark-2014.org'
@@ -15,7 +15,8 @@ options=('!makeflags')
depends=('python2')
makedepends=('git' 'gprbuild' 'coq' 'gnatcoll-core' 'gprbuild' 'ocaml-num'
'ocaml-menhir' 'ocaml-ocamlgraph' 'ocaml-zarith' 'ocaml-camlzip'
- 'ocaml-ocplib-simplex' 'ocaml-yojson' 'python-sphinx')
+ 'ocaml-ocplib-simplex' 'ocaml-yojson' 'python-sphinx'
+ 'python-sphinx_rtd_theme')
optdepends=('alt-ergo: alternative prover'
'z3: alternative prover'
'cvc4: alternative prover')
@@ -34,7 +35,7 @@ source=('git+https://github.com/AdaCore/spark2014#branch=fsf'
sha256sums=('SKIP' 'SKIP' 'SKIP'
- 'beccfa221c9c2675b62d61f669a2792e91e37614bccd7e23d190c80b60be8e0d')
+ '9985b6864849fb0210cdf40d64b7747cac2c8371385f9790b142d402b5b7d22a')
prepare() {
cd spark2014