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

Jürgen Hötzel juergen at gemini.archlinux.org
Tue Aug 9 18:49:13 UTC 2022


    Date: Tuesday, August 9, 2022 @ 18:49:13
  Author: juergen
Revision: 1264485

OCaml 4.14.0 rebuild

Modified:
  camlp5/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 18:49:03 UTC (rev 1264484)
+++ PKGBUILD	2022-08-09 18:49:13 UTC (rev 1264485)
@@ -9,16 +9,16 @@
 
 pkgname=camlp5
 pkgver=8.0
-_relname=rel8.00.02
-pkgrel=3
+_relname=rel8.00.03
+pkgrel=4
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
 license=('BSD')
-depends=('ocaml>=4.13.1')
-makedepends=('ocaml-compiler-libs>=4.13.1')
+depends=('ocaml>=4.14.0' 'camlp-streams')
+makedepends=('ocaml-compiler-libs>=4.14.0' 'ocaml-findlib')
 source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz")
-sha256sums=('3c8c5c574b739cd9e4f0fd4881625ec4c67b456b64fc04ed2882e89a724577fd')
+sha256sums=('1a710e2a6dbb0f4440867850d605f31fe8407ee8a56c9e067866e34e584385b4')
 options=('!strip' 'staticlibs')
 
 build() {



More information about the arch-commits mailing list