summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:23:28 +0200
committerDaniel Peukert2020-08-30 21:23:28 +0200
commitb0e7863bf6abcb0b8707e9ed3c4675151e8f12e7 (patch)
tree3cd055b5093cdeb36508c450997e4213cd38edd9
parent8d3770040c3232b0a452c19b039380e7c5557433 (diff)
downloadaur-b0e7863bf6abcb0b8707e9ed3c4675151e8f12e7.tar.gz
ocaml 4.11.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8736b2e0d9a5..cf09ab37bff1 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.14.0
- pkgrel = 1
+ pkgrel = 2
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.14.0
depends = ocaml-time_now>=0.14.0
options = !strip
- source = ocaml-ppx_module_timer-0.14.0-1.tar.gz::https://github.com/janestreet/ppx_module_timer/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_module_timer-0.14.0-2.tar.gz::https://github.com/janestreet/ppx_module_timer/archive/v0.14.0.tar.gz
sha256sums = 860d86d71fc5a21f63c74b71ca86b6feeb14a1307d2594e02520dfab7d1df995
pkgname = ocaml-ppx_module_timer
diff --git a/PKGBUILD b/PKGBUILD
index e594cdcbf607..59dd95ade84a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_module_timer'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Ppx rewriter that records top-level module startup times'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"