From 75f4d1cfaf4dd49442e8dd8a478d5f5bbdc32f7f Mon Sep 17 00:00:00 2001 From: juergen Date: Sat, 11 Dec 2021 12:26:53 +0000 Subject: [PATCH] archrelease: copy trunk to extra-x86_64 git-svn-id: file:///srv/repos/svn-packages/svn@431860 eb2447ed-0c53-47e4-bac8-5bc4a241df78 --- ocaml-ctypes/repos/extra-x86_64/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ocaml-ctypes/repos/extra-x86_64/PKGBUILD b/ocaml-ctypes/repos/extra-x86_64/PKGBUILD index 1a6c732da65..51917429cf1 100644 --- a/ocaml-ctypes/repos/extra-x86_64/PKGBUILD +++ b/ocaml-ctypes/repos/extra-x86_64/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