[arch-commits] Commit in ocaml-ctypes/trunk (PKGBUILD)

Jürgen Hötzel juergen at archlinux.org
Sat Aug 29 13:08:43 UTC 2020


    Date: Saturday, August 29, 2020 @ 13:08:43
  Author: juergen
Revision: 394888

OCaml 4.11.0 rebuild

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-29 13:08:28 UTC (rev 394887)
+++ PKGBUILD	2020-08-29 13:08:43 UTC (rev 394888)
@@ -3,12 +3,12 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.17.1
-pkgrel=3
+pkgrel=4
 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.08.1' 'libffi' 'ocaml-integers')
+depends=('ocaml>=4.11.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