Date: Thursday, May 18, 2023 @ 19:44:09
  Author: juergen
Revision: 1463099

upgpkg: camlp5 8.0-5

Modified:
  camlp5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-18 19:43:46 UTC (rev 1463098)
+++ PKGBUILD    2023-05-18 19:44:09 UTC (rev 1463099)
@@ -9,16 +9,16 @@
 
 pkgname=camlp5
 pkgver=8.0
-_relname=rel8.00.03
-pkgrel=4
+_relname=rel8.00.04
+pkgrel=5
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
 license=('BSD')
-depends=('ocaml>=4.14.0' 'camlp-streams')
-makedepends=('ocaml-compiler-libs>=4.14.0' 'ocaml-findlib')
+depends=('ocaml' 'camlp-streams')
+makedepends=('ocaml-compiler-libs' 'ocaml-findlib')
 
source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz";)
-sha256sums=('1a710e2a6dbb0f4440867850d605f31fe8407ee8a56c9e067866e34e584385b4')
+sha256sums=('bddbcb5c3c2d410c9a61c4dfb6e46e3bbe984d25ac68221a7a65c82a29956b1d')
 options=('!strip' 'staticlibs')
 
 build() {

Reply via email to