[arch-commits] Commit in camlp5/trunk (PKGBUILD)
Jürgen Hötzel
juergen at gemini.archlinux.org
Tue Jul 27 15:53:23 UTC 2021
Date: Tuesday, July 27, 2021 @ 15:53:23
Author: juergen
Revision: 987791
upgpkg: camlp5 8.0-1
Modified:
camlp5/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-27 15:53:18 UTC (rev 987790)
+++ PKGBUILD 2021-07-27 15:53:23 UTC (rev 987791)
@@ -8,17 +8,17 @@
# Contributor: Tej Chajed <tchajed at mit dot edu>
pkgname=camlp5
-pkgver=7.12
-_relname=rel712
-pkgrel=11
+pkgver=8.0
+_relname=rel8.00.01
+pkgrel=1
arch=('x86_64')
pkgdesc='A preprocessor-pretty-printer of OCaml.'
url='https://camlp5.github.io/'
license=('BSD')
-depends=('ocaml>=4.11.0')
-makedepends=('ocaml-compiler-libs>=4.11.0')
+depends=('ocaml>=4.12.0')
+makedepends=('ocaml-compiler-libs>=4.12.0')
source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz")
-sha256sums=('fc4b50b9d917c2f844b909bdfd55735f3f658e32a415f0decc1c265bf3af42be')
+sha256sums=('177f02da296789cb3f7db9cf52b792ae5c5ad6b91c8fed2fb20ea6f9d77d0ffa')
options=('staticlibs')
build() {
More information about the arch-commits
mailing list