summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMort Yao2020-07-06 15:07:45 +0200
committerMort Yao2020-07-06 15:07:45 +0200
commit17b69e281b40c67575f54ad8f8d65c5f2b899a4b (patch)
treef0aaf719925bfcdbdb4960294ee93fd8e246378e
parenta1e2ecaf8563cddfe39defc69d09017ef80d9785 (diff)
downloadaur-17b69e281b40c67575f54ad8f8d65c5f2b899a4b.tar.gz
Update to ocaml-menhir-20200624-3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15ee5d7fb393..df8b6f5df40c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
pkgbase = ocaml-menhir
pkgdesc = Menhir is a LR(1) parser generator for the OCaml.
pkgver = 20200624
- pkgrel = 2
+ pkgrel = 3
url = http://cristal.inria.fr/~fpottier/menhir/
- arch = i686
arch = x86_64
license = GPL
license = QPL
- makedepends = ocamlbuild
- makedepends = ocaml-findlib
makedepends = dune>=2.0
- depends = ocaml>=4.02
+ depends = ocaml>=4.02.3
options = !strip
options = !makeflags
source = https://gitlab.inria.fr/fpottier/menhir/-/archive/20200624/menhir-20200624.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 982960a813fa..6f0105d40c5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@
pkgname=ocaml-menhir
pkgver=20200624
-pkgrel=2
+pkgrel=3
pkgdesc="Menhir is a LR(1) parser generator for the OCaml."
-arch=("i686" "x86_64")
+arch=("x86_64")
url="http://cristal.inria.fr/~fpottier/menhir/"
license=('GPL' 'QPL')
-depends=('ocaml>=4.02')
-makedepends=('ocamlbuild' 'ocaml-findlib' 'dune>=2.0')
+depends=('ocaml>=4.02.3')
+makedepends=('dune>=2.0')
options=(!strip !makeflags)
source=("https://gitlab.inria.fr/fpottier/menhir/-/archive/${pkgver}/menhir-${pkgver}.tar.gz")
sha256sums=('cd89c21c0b5e5255d4b4ea2e51473a60aaecd4552609d14b637e79e247f65516')
@@ -27,7 +27,6 @@ build() {
package() {
cd "$srcdir/${pkgname/ocaml-/}-$pkgver"
- dune install --prefix "${pkgdir}/usr" \
- --libdir "${pkgdir}$(ocamlfind printconf destdir)"
+ dune install --prefix "${pkgdir}/usr"
}