summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-06-02 20:13:07 +0200
committerDaniel Peukert2024-06-02 20:13:07 +0200
commitd77215624b1dfd04ddde387f8166601b091dc25e (patch)
tree54832cc7ff3728ddcd387b80c0a139e99704e8d5
parent6309342d9195378edd9a6d5b12a519c8eebd74ab (diff)
downloadaur-d77215624b1dfd04ddde387f8166601b091dc25e.tar.gz
ocaml 5.2 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a27715c309b4..4eea9ac075c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-textutils
pkgdesc = Text output utilities for OCaml
pkgver = 0.17.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/janestreet/textutils
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a8f3eaf4e982..19a27a253dec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_projectname='textutils'
pkgname="ocaml-$_projectname"
pkgver='0.17.0'
-pkgrel='1'
+pkgrel='2'
epoch='1'
pkgdesc='Text output utilities for OCaml'
arch=('x86_64' 'aarch64')