summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:20:42 +0200
committerDaniel Peukert2020-08-30 21:20:42 +0200
commit3316d0c751617caf26ba16826124207bd3d8af5e (patch)
tree295adcf0a14022e933f6a00329afa822459751f6 /PKGBUILD
parent99a476bb7cc9047a7c056aae4da28894c5282559 (diff)
downloadaur-3316d0c751617caf26ba16826124207bd3d8af5e.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 24fa18144aa0..b4c0feb77889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_hash'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A ppx rewriter that generates hash functions from type expressions and definitions'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"