From 181dd1db9e3f960d48c103685185a1b32dd00f47 Mon Sep 17 00:00:00 2001 From: juergen Date: Sat, 11 Dec 2021 14:34:04 +0000 Subject: [PATCH] upgpkg: ocaml-ctypes 0.20.0-1 git-svn-id: file:///srv/repos/svn-packages/svn@431871 eb2447ed-0c53-47e4-bac8-5bc4a241df78 --- ocaml-ctypes/trunk/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ocaml-ctypes/trunk/PKGBUILD b/ocaml-ctypes/trunk/PKGBUILD index 51917429cf1..639656fe671 100644 --- a/ocaml-ctypes/trunk/PKGBUILD +++ b/ocaml-ctypes/trunk/PKGBUILD @@ -2,17 +2,17 @@ # Contributor: Armin K. pkgname=ocaml-ctypes -pkgver=0.17.1 -pkgrel=9 +pkgver=0.20.0 +pkgrel=1 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.13.1' 'libffi' 'ocaml-integers') +depends=('ocaml>=4.13.1' 'libffi' 'ocaml-integers' 'ocaml-bigarray-compat') makedepends=('ocaml-findlib' 'ocaml-compiler-libs') options=('!strip' '!makeflags') source=($pkgname-$pkgver.tar.gz::https://github.com/ocamllabs/ocaml-ctypes/archive/$pkgver.tar.gz) -sha512sums=('1e197009f7e6b29b43944f757e987934337ebfa11bb2ff2ca8ba3ebc607e37cf1259d07a90d7faf4b91b49ee20d5c65357ad305f34ada0a8d336a3904233150e') +sha512sums=('605ae95b0233f1157749475526ef00ade2f97649d06a782e8fcf97b604cb86a0dcc8f27c4ac6baec11a41b9ef5becb0e5ae55e30f1ee61b30d4ae17a0d1545c2') build() { cd "$srcdir/$pkgname-$pkgver" -- 2.11.4.GIT