summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 21:56:56 +0200
committerDaniel Peukert2022-08-10 21:56:56 +0200
commit16f2da8930ad2d82bf6f8bc1f1d1fa9af802e6a4 (patch)
tree04a889f236bc7e16e5adab8b5e962fbed0010247 /PKGBUILD
parentee98cc36d8968bc8dedd1b61f603d81765833360 (diff)
downloadaur-16f2da8930ad2d82bf6f8bc1f1d1fa9af802e6a4.tar.gz
ocaml 4.14.0 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dc46ec12c5f..413c95fc7548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ocplib-endian'
pkgname="ocaml-$_projectname"
pkgver='1.2'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Optimised functions to read and write int16/32/64 from strings, bytes and bigarrays'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/OCamlPro/$_projectname"