Jürgen Hötzel pushed to branch main at Arch Linux / Packaging / Packages / 
camlp5


Commits:
c735ca0b by Juergen Hoetzel at 2025-01-21T19:21:06+01:00
upgpkg: 8.03.01-3 (OCaml 5.2.1 rebuild)

Fix git ref mismatch

- - - - -


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 = 2
+       pkgrel = 3
        url = https://camlp5.github.io/
        arch = x86_64
        license = BSD
@@ -15,7 +15,7 @@ pkgbase = camlp5
        options = !strip
        options = staticlibs
        options = !debug
-       source = 
camlp5-8.03.00.tar.gz::https://github.com/camlp5/camlp5/archive/8.03.00.tar.gz
-       sha256sums = 
0dae6d32184aca6f2cdbe818ee2f26aa58baa87d9e82f820914c63b35aa075de
+       source = 
camlp5-8.03.01.tar.gz::https://github.com/camlp5/camlp5/archive/8.03.01.tar.gz
+       sha256sums = 
057b8e06590cf29a1bd22b6c83aa5daa816d5cbb2ba2548409d474d7dc10c5b8
 
 pkgname = camlp5


=====================================
PKGBUILD
=====================================
@@ -9,8 +9,8 @@
 
 pkgname=camlp5
 pkgver=8.03.01
-_relname=8.03.00
-pkgrel=2
+_relname=8.03.01
+pkgrel=3
 arch=('x86_64')
 pkgdesc='A preprocessor-pretty-printer of OCaml.'
 url='https://camlp5.github.io/'
@@ -18,7 +18,7 @@ license=('BSD')
 depends=('ocaml' 'camlp-streams' 'ocaml-rresult' 'ocaml-bos' 'ocaml-re')
 makedepends=('ocaml-compiler-libs' 'ocaml-findlib')
 
source=("camlp5-${_relname}.tar.gz::https://github.com/camlp5/camlp5/archive/$_relname.tar.gz";)
-sha256sums=('0dae6d32184aca6f2cdbe818ee2f26aa58baa87d9e82f820914c63b35aa075de')
+sha256sums=('057b8e06590cf29a1bd22b6c83aa5daa816d5cbb2ba2548409d474d7dc10c5b8')
 options=('!strip' 'staticlibs' '!debug')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/camlp5/-/commit/c735ca0b606c3f684ecc6d80d2d884c6b5d52e70

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/camlp5/-/commit/c735ca0b606c3f684ecc6d80d2d884c6b5d52e70
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to