summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:28:48 +0200
committerDaniel Peukert2020-05-18 20:28:48 +0200
commit99b93e1edb48b0a41a0a4151b10564e5e0c9520d (patch)
tree2db3fdb9c76409197b8410dae80edeabdd57c480 /PKGBUILD
parent7ae35aa2ebe13545a3b0a25df16ddc386a42c4f6 (diff)
downloadaur-99b93e1edb48b0a41a0a4151b10564e5e0c9520d.tar.gz
ocaml 4.10.0 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 659f64c1b4da..88c0028a818f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_hash'
pkgname="ocaml-$_projectname"
pkgver='0.13.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"