diff options
author | Daniel Peukert | 2022-08-10 22:02:28 +0200 |
---|---|---|
committer | Daniel Peukert | 2022-08-10 22:02:28 +0200 |
commit | 310fc2a10c768a065bfaeaae1e7af3bfc18b45c3 (patch) | |
tree | b446565c72862b5b558673cee2f25e9e71603f0d | |
parent | 5d49e3db539ee88e8ed24cd686abc1d426b51c17 (diff) | |
download | aur-310fc2a10c768a065bfaeaae1e7af3bfc18b45c3.tar.gz |
ocaml 4.14.0 bump
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = ocaml-ppx_module_timer pkgdesc = Ppx rewriter that records top-level module startup times pkgver = 0.15.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/janestreet/ppx_module_timer arch = x86_64 arch = i686 @@ -18,7 +18,7 @@ pkgbase = ocaml-ppx_module_timer depends = ocaml-stdio>=0.15.0 depends = ocaml-time_now>=0.15.0 options = !strip - source = ocaml-ppx_module_timer-0.15.0-2.tar.gz::https://github.com/janestreet/ppx_module_timer/archive/v0.15.0.tar.gz + source = ocaml-ppx_module_timer-0.15.0-3.tar.gz::https://github.com/janestreet/ppx_module_timer/archive/v0.15.0.tar.gz sha512sums = 4cd55dce6872cbed1d34c34043500651e605c406747914173584cee1d8f3ff298a75efeb8a4beb7840df76b5d7c7db98d15399d3c4a3a5dca2a11d57339df6de pkgname = ocaml-ppx_module_timer @@ -2,7 +2,7 @@ _projectname='ppx_module_timer' pkgname="ocaml-$_projectname" pkgver='0.15.0' -pkgrel='2' +pkgrel='3' pkgdesc='Ppx rewriter that records top-level module startup times' arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://github.com/janestreet/$_projectname" |