diff options
author | Daniel Peukert | 2025-01-22 09:10:07 +0100 |
---|---|---|
committer | Daniel Peukert | 2025-01-22 09:10:07 +0100 |
commit | 505e4072a3939286c0394986fe8979c6b933c034 (patch) | |
tree | cde5e917edf3e2789d1d175d48ed92a1390dc93b /PKGBUILD | |
parent | a2ef9d087adfd6b4f01d3691eab7ea9a6a83a288 (diff) | |
download | aur-ocaml-ocplib-endian.tar.gz |
ocaml 5.3.0 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |