[arch-commits] Commit in camlp5/trunk (PKGBUILD)
Jürgen Hötzel
juergen at gemini.archlinux.org
Sat Dec 11 12:27:24 UTC 2021
Date: Saturday, December 11, 2021 @ 12:27:23
Author: juergen
Revision: 1068244
OCaml 4.13.1 rebuild
Modified:
camlp5/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-11 12:24:59 UTC (rev 1068243)
+++ PKGBUILD 2021-12-11 12:27:23 UTC (rev 1068244)
@@ -9,16 +9,16 @@
pkgname=camlp5
pkgver=8.0
-_relname=rel8.00.01
-pkgrel=1
+_relname=rel8.00.02
+pkgrel=2
arch=('x86_64')
pkgdesc='A preprocessor-pretty-printer of OCaml.'
url='https://camlp5.github.io/'
license=('BSD')
-depends=('ocaml>=4.12.0')
-makedepends=('ocaml-compiler-libs>=4.12.0')
+depends=('ocaml>=4.13.1')
+makedepends=('ocaml-compiler-libs>=4.13.1')
source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz")
-sha256sums=('177f02da296789cb3f7db9cf52b792ae5c5ad6b91c8fed2fb20ea6f9d77d0ffa')
+sha256sums=('3c8c5c574b739cd9e4f0fd4881625ec4c67b456b64fc04ed2882e89a724577fd')
options=('staticlibs')
build() {
More information about the arch-commits
mailing list