summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:26:47 +0200
committerDaniel Peukert2020-08-30 21:26:47 +0200
commitbd4883c6bcffce0f482ae0723d935dba51f15fb6 (patch)
treefbb778d917ec5d1c6b6404678c48d2e802bc140c /PKGBUILD
parent993f5fb948736fbd290e5cefd26ad25d68fcf40b (diff)
downloadaur-bd4883c6bcffce0f482ae0723d935dba51f15fb6.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 91b194870f71..2ef9fdbff454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_tools'
pkgname="ocaml-$_projectname"
pkgver='6.2'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Tools for authors of ppx rewriters and other syntactic tools'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"