summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9b8b08d7353..7e0e8a8e8d5c 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.13.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.13.0
depends = ocaml-time_now>=0.13.0
options = !strip
- source = ocaml-ppx_module_timer-0.13.0-1.tar.gz::https://github.com/janestreet/ppx_module_timer/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_module_timer-0.13.0-2.tar.gz::https://github.com/janestreet/ppx_module_timer/archive/v0.13.0.tar.gz
sha256sums = f1a17ce59a4efc0eca1baa226e3067f87bba0d2e3ce5e84e9df9b1d3c7632807
pkgname = ocaml-ppx_module_timer
diff --git a/PKGBUILD b/PKGBUILD
index e967a01af97b..32f4d23a8ae3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_module_timer'
pkgname="ocaml-$_projectname"
pkgver='0.13.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"