summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2025-01-22 09:10:07 +0100
committerDaniel Peukert2025-01-22 09:10:07 +0100
commit505e4072a3939286c0394986fe8979c6b933c034 (patch)
treecde5e917edf3e2789d1d175d48ed92a1390dc93b /PKGBUILD
parenta2ef9d087adfd6b4f01d3691eab7ea9a6a83a288 (diff)
downloadaur-ocaml-ocplib-endian.tar.gz
ocaml 5.3.0 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0b02c655281..c4ee9960394f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ocplib-endian'
pkgname="ocaml-$_projectname"
pkgver='1.2'
-pkgrel='8'
+pkgrel='9'
pkgdesc='Optimised functions to read and write int16/32/64 from strings, bytes and bigarrays'
arch=('x86_64' 'aarch64')
url="https://github.com/OCamlPro/$_projectname"