Date: Saturday, December 11, 2021 @ 12:36:45
  Author: juergen
Revision: 1068268

OCaml 4.13.1 rebuild

Modified:
  ocaml-hashcons/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-11 12:36:19 UTC (rev 1068267)
+++ PKGBUILD    2021-12-11 12:36:45 UTC (rev 1068268)
@@ -2,12 +2,12 @@
 
 pkgname=ocaml-hashcons
 pkgver=1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='OCaml hash-consing library'
 url="https://github.com/backtracking/ocaml-hashcons";
 arch=('x86_64')
 license=('LGPL2.1')
-depends=('ocaml>=4.12.0')
+depends=('ocaml>=4.13.1')
 makedepends=('ocaml-findlib')
 options=('!strip' '!makeflags' 'staticlibs')
 
source=("https://github.com/backtracking/ocaml-hashcons/archive/$pkgver/$pkgname-$pkgver.tar.gz";)

Reply via email to