summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:12:08 +0200
committerDaniel Peukert2020-08-30 21:12:08 +0200
commit2f0385552dc4789e9a2d7439f11bdc1e15ef541e (patch)
tree42c07f78bf353e64158c4cc3eabdce56df63abc9 /PKGBUILD
parent8061a7e5ec4699a9ea78f8ea618c43ca69a7ac07 (diff)
downloadaur-2f0385552dc4789e9a2d7439f11bdc1e15ef541e.tar.gz
ocaml 4.11.0 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 040f1a2841c3..0e6004ab3a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ocplib-endian'
pkgname="ocaml-$_projectname"
pkgver='1.1'
-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"