summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 21:56:04 +0200
committerDaniel Peukert2022-08-10 21:56:04 +0200
commit33ca151d0d5b480a12881e3aab8151988e0736fc (patch)
treea039a1c75c83a6d4a3c80c6c9e98070dec43cfdd /PKGBUILD
parent47fc4d2caef2b0d399f456b2e77d378a23541e6a (diff)
downloadaur-33ca151d0d5b480a12881e3aab8151988e0736fc.tar.gz
ocaml 4.14.0 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 086c2262f510..1f4df736ae82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_projectname='lwt'
pkgname="ocaml-$_projectname"
pkgver='5.6.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A library for cooperative threads in OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocsigen/$_projectname"