summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 622ee2e1cfc5..26f2280650ef 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.17.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/ppx_module_timer
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index fdbdefdc871f..e51d6af54bf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_module_timer'
pkgname="ocaml-$_projectname"
pkgver='0.17.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Ppx rewriter that records top-level module startup times'
arch=('x86_64' 'aarch64')
url="https://github.com/janestreet/$_projectname"