[arch-commits] Commit in ocaml-ctypes/trunk (PKGBUILD)
Jürgen Hötzel
juergen at gemini.archlinux.org
Tue Jul 27 15:52:01 UTC 2021
Date: Tuesday, July 27, 2021 @ 15:52:01
Author: juergen
Revision: 420521
ocaml-4.12.0 rebuild
Modified:
ocaml-ctypes/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-27 15:51:34 UTC (rev 420520)
+++ PKGBUILD 2021-07-27 15:52:01 UTC (rev 420521)
@@ -3,12 +3,12 @@
pkgname=ocaml-ctypes
pkgver=0.17.1
-pkgrel=5
+pkgrel=6
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.11.1' 'libffi' 'ocaml-integers')
+depends=('ocaml>=4.12.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)
More information about the arch-commits
mailing list