summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoremersion2018-07-27 13:21:06 +0100
committeremersion2018-07-27 13:21:06 +0100
commit71209acba632bae8025874879ee3c9ea7ab35a61 (patch)
tree080454869da8c2534b843b5574449c7a819364f3
parent45b4fed15a25bcca43577c2dc9d36a88ac070790 (diff)
downloadaur-71209acba632bae8025874879ee3c9ea7ab35a61.tar.gz
zarith -> ocaml-zarith
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c31b23e4864e..95c8ad859a48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lem-git
pkgdesc = Lem semantic definition language
- pkgver = 2018.04.23.r0.g6885823
+ pkgver = 2018.07.13.r0.g5056134
pkgrel = 1
url = https://github.com/rems-project/lem
arch = any
@@ -8,7 +8,7 @@ pkgbase = lem-git
depends = ocaml
depends = ocamlbuild
depends = ocaml-findlib
- depends = zarith
+ depends = ocaml-zarith
depends = ocaml-num
source = git+https://github.com/rems-project/lem.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b3b8f0795f69..b70a47f81097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=lem
pkgname=$_pkgname-git
-pkgver=2018.04.23.r0.g6885823
+pkgver=2018.07.13.r0.g5056134
pkgrel=1
pkgdesc="Lem semantic definition language"
url='https://github.com/rems-project/lem'
license=('MIT')
arch=('any')
-depends=('ocaml' 'ocamlbuild' 'ocaml-findlib' 'zarith' 'ocaml-num')
+depends=('ocaml' 'ocamlbuild' 'ocaml-findlib' 'ocaml-zarith' 'ocaml-num')
source=('git+https://github.com/rems-project/lem.git')
sha512sums=('SKIP')