diff options
author | Daniel Peukert | 2021-07-31 15:37:41 +0200 |
---|---|---|
committer | Daniel Peukert | 2021-07-31 15:37:41 +0200 |
commit | 24fc01c3a5d9f3c0049a1f88051ccc3eea692f21 (patch) | |
tree | 59692b8a8f900b9b587454c6ff79ca5b996ca411 /PKGBUILD | |
parent | 671516a57cc47fae72ec73c490f94929d5481b60 (diff) | |
download | aur-24fc01c3a5d9f3c0049a1f88051ccc3eea692f21.tar.gz |
ocaml 4.12.0 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ -# Maintainer: Daniel Peukert <dan.peukert@gmail.com> +# Maintainer: Daniel Peukert <daniel@peukert.cc> _projectname='ppx_cold' pkgname="ocaml-$_projectname" pkgver='0.14.0' -pkgrel='2' +pkgrel='3' pkgdesc='Expands [@Cold] into [@inline never][@specialise never][@Local never]' arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://github.com/janestreet/$_projectname" |