summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:36:48 +0200
committerDaniel Peukert2021-07-31 15:36:48 +0200
commit6be95297f702a3a0f935f9e7fb33e5b33cdeb7cb (patch)
treeb85b4e75f707a340eea3812817211b898e61bb42 /PKGBUILD
parent2f0385552dc4789e9a2d7439f11bdc1e15ef541e (diff)
downloadaur-6be95297f702a3a0f935f9e7fb33e5b33cdeb7cb.tar.gz
ocaml 4.12.0 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e6004ab3a09..78ca28015132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ocplib-endian'
pkgname="ocaml-$_projectname"
pkgver='1.1'
-pkgrel='3'
+pkgrel='4'
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"