Date: Saturday, December 11, 2021 @ 12:26:43
  Author: juergen
Revision: 431859

OCaml 4.13.1 rebuild

Modified:
  ocaml-ctypes/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-11 12:26:22 UTC (rev 431858)
+++ PKGBUILD    2021-12-11 12:26:43 UTC (rev 431859)
@@ -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)

Reply via email to