diff options
author | Britney Fransen <brfransen@gmail.com> | 2019-02-21 14:42:17 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2019-02-21 14:42:17 (GMT) |
commit | 65fb0683c063752f4b263203a737f6c3ae0a782e (patch) | |
tree | 3f05f82e84b1d75e5692cbc39c337264b72ebb45 /abs/extra | |
parent | 709dd54e6e1790f431b71c7e723746c06823a1b0 (diff) | |
download | linhes_pkgbuild-65fb0683c063752f4b263203a737f6c3ae0a782e.zip linhes_pkgbuild-65fb0683c063752f4b263203a737f6c3ae0a782e.tar.gz linhes_pkgbuild-65fb0683c063752f4b263203a737f6c3ae0a782e.tar.bz2 |
ocaml-ctypes: dep of llvm
Diffstat (limited to 'abs/extra')
-rw-r--r-- | abs/extra/ocaml-ctypes/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/abs/extra/ocaml-ctypes/PKGBUILD b/abs/extra/ocaml-ctypes/PKGBUILD index df374a8..d348803 100644 --- a/abs/extra/ocaml-ctypes/PKGBUILD +++ b/abs/extra/ocaml-ctypes/PKGBUILD @@ -1,19 +1,18 @@ -# $Id$ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Armin K. <krejzi at email dot com> pkgname=ocaml-ctypes -pkgver=0.11.5 +pkgver=0.14.0 pkgrel=2 pkgdesc="Library for binding to C libraries using pure OCaml" arch=('x86_64') url="https://github.com/ocamllabs/ocaml-ctypes" license=('MIT') -depends=('ocaml=4.06.0' 'libffi') +depends=('ocaml>=4.07.0' 'libffi' 'ocaml-integers') makedepends=('ocaml-findlib' 'ocaml-compiler-libs') options=('!strip' '!makeflags') source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz) -sha256sums=('ee0f9a61cdc9bd3de7dc6f605d556533536e27694f5e2ea9bf25f76f74f68f98') +sha256sums=('e97aea533b3ce254747dcec39c92f0ca74859b9fe29533d2f391598105693a7f') build() { cd "$srcdir/$pkgname-$pkgver" |