summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:30:16 +0200
committerDaniel Peukert2020-05-18 20:30:16 +0200
commitc95e05748eebf1b69e1cac778f57449200ddca0a (patch)
treea4974dbc951a7def4d7502d2316b2e57c2370b7c
parent90551bf8383b5d99e94a35a6fcf2ed2870576efb (diff)
downloadaur-c95e05748eebf1b69e1cac778f57449200ddca0a.tar.gz
ocaml 4.10.0 bump
-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"