summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlad Wenter2019-11-30 19:12:26 +0100
committerAlad Wenter2019-11-30 19:12:26 +0100
commit3b20d74374f529db419e592baf33b333ffa831e0 (patch)
treed6a97efe5820ebb9ea7aa033711534388d0a5f56 /PKGBUILD
parentc09a1e968bac13304608ceac59bd4781a9fea2d3 (diff)
downloadaur-3b20d74374f529db419e592baf33b333ffa831e0.tar.gz
alt-ergo: do not depend on -git specifically
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0352d79bcb2b..a5c7bb249775 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Matej Grabovsky <matej.grabovsky at gmail>
pkgname=alt-ergo
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='SMT solver for software verification'
arch=('x86_64')
license=('custom:CeCILL-C')
url='https://alt-ergo.ocamlpro.com'
depends=('gtksourceview2' 'ocaml-zarith' 'ocaml-zip' 'ocaml-num' 'ocaml-menhir'
- 'ocaml-ocplib-simplex-git' 'ocaml-psmt2-frontend-git')
+ 'ocaml-ocplib-simplex' 'ocaml-psmt2-frontend')
makedepends=('lablgtk2' 'dune')
source=("https://github.com/OCamlPro/alt-ergo/archive/$pkgver.tar.gz"
"non_fatal_warnings.patch")