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

Jürgen Hötzel juergen at archlinux.org
Sat Aug 24 12:23:52 UTC 2019


    Date: Saturday, August 24, 2019 @ 12:23:52
  Author: juergen
Revision: 360639

OCaml 4.08.1 rebuild

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-24 12:23:22 UTC (rev 360638)
+++ PKGBUILD	2019-08-24 12:23:52 UTC (rev 360639)
@@ -3,12 +3,12 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.14.0
-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.07.0' 'libffi' 'ocaml-integers')
+depends=('ocaml>=4.08.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)



More information about the arch-commits mailing list