summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 22:02:28 +0200
committerDaniel Peukert2022-08-10 22:02:28 +0200
commit310fc2a10c768a065bfaeaae1e7af3bfc18b45c3 (patch)
treeb446565c72862b5b558673cee2f25e9e71603f0d
parent5d49e3db539ee88e8ed24cd686abc1d426b51c17 (diff)
downloadaur-310fc2a10c768a065bfaeaae1e7af3bfc18b45c3.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab2497976266..67263ed24f88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 41befe892960..02d3defc3973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"