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


Commits:
14dfa6d8 by Juergen Hoetzel at 2025-01-21T21:32:55+01:00
upgpkg: 1.13.2-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- ocaml-re-remove-seq.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
 pkgbase = ocaml-re
        pkgdesc = A regular expression library for OCaml
-       pkgver = 1.11.0
-       pkgrel = 6
+       pkgver = 1.13.2
+       pkgrel = 1
        url = https://github.com/ocaml/ocaml-re
        arch = x86_64
        license = LGPL2.1
        makedepends = dune
        depends = ocaml
        options = !strip
-       source = 
https://github.com/ocaml/ocaml-re/archive/1.11.0/re-1.11.0.tar.gz
+       source = 
https://github.com/ocaml/ocaml-re/archive/1.13.2/re-1.13.2.tar.gz
        source = ocaml-re-remove-seq.patch
-       sha256sums = 
e32660b6068b78a8588ca065a6a2b01ae7339584d8261356beac0e26dbc5f854
-       sha256sums = 
0ce7abf08c22c3bb23ee78ec57a65ef53875c325a3c16db0dd506cd572e12bba
+       sha256sums = 
2e37b01b9bda0e39f0fd3913c0ec81237ed2d04c6bbe23f48b102de83ba47454
+       sha256sums = 
bc074a19437db2010aa187d25350070239fba52e52331249ab96e3df05c1c415
 
 pkgname = ocaml-re


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 _pkgname=re
 pkgname=ocaml-${_pkgname}
-pkgver=1.11.0
-pkgrel=6
+pkgver=1.13.2
+pkgrel=1
 pkgdesc="A regular expression library for OCaml"
 arch=('x86_64')
 url="https://github.com/ocaml/ocaml-re";
@@ -12,8 +12,8 @@ depends=('ocaml')
 makedepends=('dune')
 options=('!strip')
 source=("${url}/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz" 
"${pkgname}-remove-seq.patch")
-sha256sums=('e32660b6068b78a8588ca065a6a2b01ae7339584d8261356beac0e26dbc5f854'
-            '0ce7abf08c22c3bb23ee78ec57a65ef53875c325a3c16db0dd506cd572e12bba')
+sha256sums=('2e37b01b9bda0e39f0fd3913c0ec81237ed2d04c6bbe23f48b102de83ba47454'
+            'bc074a19437db2010aa187d25350070239fba52e52331249ab96e3df05c1c415')
 
 prepare() {
        cd "${pkgname}-${pkgver}"


=====================================
ocaml-re-remove-seq.patch
=====================================
@@ -1,18 +1,20 @@
---- a/lib/dune 2022-04-27 12:13:14.000000000 -0600
-+++ b/lib/dune 2022-04-28 07:55:56.663747337 -0600
+diff -ur ocaml-re-1.13.0.old/lib/dune ocaml-re-1.13.0/lib/dune
+--- ocaml-re-1.13.0.old/lib/dune       2024-09-30 14:21:16.000000000 +0100
++++ ocaml-re-1.13.0/lib/dune   2024-10-02 09:57:12.936940425 +0100
 @@ -1,5 +1,4 @@
  (library
   (name re)
   (synopsis "Pure OCaml regular expression library")
 - (libraries seq)
   (public_name re))
---- a/re.opam  2022-04-27 12:13:14.000000000 -0600
-+++ b/re.opam  2022-04-28 07:55:56.663747337 -0600
-@@ -23,7 +23,6 @@ depends: [
-   "ocaml" {>= "4.03"}
-   "dune" {>= "2.0"}
-   "ounit" {with-test}
+diff -ur ocaml-re-1.13.0.old/re.opam ocaml-re-1.13.0/re.opam
+--- ocaml-re-1.13.0.old/re.opam        2024-09-30 14:21:16.000000000 +0100
++++ ocaml-re-1.13.0/re.opam    2024-10-02 09:57:26.353862742 +0100
+@@ -24,7 +24,6 @@
+ depends: [
+   "dune" {>= "3.12"}
+   "ocaml" {>= "4.12.0"}
 -  "seq"
- ]
- 
- synopsis: "RE is a regular expression library for OCaml"
+   "ppx_expect" {with-test}
+   "ounit2" {with-test}
+   "odoc" {with-doc}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-re/-/commit/14dfa6d84f486161e1ea33bf50e26407d48fde8b

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


Reply via email to