Jürgen Hötzel pushed to branch main at Arch Linux / Packaging / Packages /
camlp5
Commits:
f942b28d by Juergen Hoetzel at 2025-11-01T14:29:12+01:00
upgpkg: 8.04.00-1: Update to 8.04.00: OCaml 5.4.0-1 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = camlp5
pkgdesc = A preprocessor-pretty-printer of OCaml.
- pkgver = 8.03.01
- pkgrel = 6
+ pkgver = 8.04.00
+ pkgrel = 1
url = https://camlp5.github.io/
arch = x86_64
license = BSD
@@ -11,11 +11,11 @@ pkgbase = camlp5
depends = camlp-streams
depends = ocaml-rresult
depends = ocaml-bos
- depends = ocaml-re
+ depends = ocaml-pcre2
options = !strip
options = staticlibs
options = !debug
- source =
camlp5-8.03.01.tar.gz::https://github.com/camlp5/camlp5/archive/8.03.01.tar.gz
- sha256sums =
057b8e06590cf29a1bd22b6c83aa5daa816d5cbb2ba2548409d474d7dc10c5b8
+ source =
camlp5-8.04.00.tar.gz::https://github.com/camlp5/camlp5/archive/8.04.00.tar.gz
+ sha256sums =
eb8c5bc0f47ce4b9518d37bcbf8be05ee80243c38e7019f8c3808456be8f15a8
pkgname = camlp5
=====================================
PKGBUILD
=====================================
@@ -8,17 +8,17 @@
# Contributor: Tej Chajed <tchajed at mit dot edu>
pkgname=camlp5
-pkgver=8.03.01
-_relname=8.03.01
-pkgrel=6
+pkgver=8.04.00
+_relname=8.04.00
+pkgrel=1
arch=('x86_64')
pkgdesc='A preprocessor-pretty-printer of OCaml.'
url='https://camlp5.github.io/'
license=('BSD')
-depends=('ocaml' 'camlp-streams' 'ocaml-rresult' 'ocaml-bos' 'ocaml-re')
+depends=('ocaml' 'camlp-streams' 'ocaml-rresult' 'ocaml-bos' 'ocaml-pcre2')
makedepends=('ocaml-compiler-libs' 'ocaml-findlib')
source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz")
-sha256sums=('057b8e06590cf29a1bd22b6c83aa5daa816d5cbb2ba2548409d474d7dc10c5b8')
+sha256sums=('eb8c5bc0f47ce4b9518d37bcbf8be05ee80243c38e7019f8c3808456be8f15a8')
options=('!strip' 'staticlibs' '!debug')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/camlp5/-/commit/f942b28d059f2bfddf77b7c0c21aa2cdc0862537
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/camlp5/-/commit/f942b28d059f2bfddf77b7c0c21aa2cdc0862537
You're receiving this email because of your account on gitlab.archlinux.org.