From a891f19d85294598f0d0e13f3a858ae64ffd0559 Mon Sep 17 00:00:00 2001 From: juergen Date: Sat, 11 Dec 2021 12:26:43 +0000 Subject: [PATCH] OCaml 4.13.1 rebuild git-svn-id: file:///srv/repos/svn-packages/svn@431859 eb2447ed-0c53-47e4-bac8-5bc4a241df78 --- ocaml-ctypes/trunk/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocaml-ctypes/trunk/PKGBUILD b/ocaml-ctypes/trunk/PKGBUILD index 1a6c732da65..51917429cf1 100644 --- a/ocaml-ctypes/trunk/PKGBUILD +++ b/ocaml-ctypes/trunk/PKGBUILD @@ -3,12 +3,12 @@ pkgname=ocaml-ctypes pkgver=0.17.1 -pkgrel=8 +pkgrel=9 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.12.0' 'libffi' 'ocaml-integers') +depends=('ocaml>=4.13.1' '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) -- 2.11.4.GIT