summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Schubert2020-05-29 11:17:41 +0200
committerSimon Schubert2020-05-29 11:17:41 +0200
commita629b85bbd0a534ef057b40d105402f2a9661f36 (patch)
treefb07fdcaa3783ba7753fd902aeacbc79d416c6b3 /PKGBUILD
parent3628e6ba55a7a76336fb625ed7a18d87def17f29 (diff)
downloadaur-a629b85bbd0a534ef057b40d105402f2a9661f36.tar.gz
move gprbuild to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da078182fb0c..0ff34e222586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=spark2014-git
pkgver=0.3.draft.r19318.g3559419bef
-pkgrel=3
+pkgrel=4
pkgdesc='formally defined programming language based on ada (gnat fsf)'
url='https://www.spark-2014.org'
@@ -9,9 +9,9 @@ license=('GPL')
options=('!makeflags')
-depends=('gprbuild' 'python2')
-makedepends=('git' 'coq' 'gnatcoll-core' 'gprbuild' 'ocaml-num' 'ocaml-menhir'
- 'ocaml-ocamlgraph' 'ocaml-zarith' 'ocaml-zip'
+depends=('python2')
+makedepends=('git' 'gprbuild' 'coq' 'gnatcoll-core' 'gprbuild' 'ocaml-num'
+ 'ocaml-menhir' 'ocaml-ocamlgraph' 'ocaml-zarith' 'ocaml-zip'
'ocaml-ocplib-simplex' 'python-sphinx')
optdepends=('alt-ergo: alternative prover'
'z3: alternative prover'