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

Jürgen Hötzel juergen at archlinux.org
Sat Feb 20 11:07:12 UTC 2021


    Date: Saturday, February 20, 2021 @ 11:07:12
  Author: juergen
Revision: 408540

OCaml 4.11.1 rebuild. Fixes #69701

Modified:
  ocaml-ctypes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-20 07:32:50 UTC (rev 408539)
+++ PKGBUILD	2021-02-20 11:07:12 UTC (rev 408540)
@@ -3,12 +3,12 @@
 
 pkgname=ocaml-ctypes
 pkgver=0.17.1
-pkgrel=4
+pkgrel=5
 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.0' 'libffi' 'ocaml-integers')
+depends=('ocaml>=4.11.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