summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 22:05:48 +0200
committerDaniel Peukert2022-08-10 22:05:48 +0200
commit967b2e517fb17ecbbb8853b0aba9e897a8379688 (patch)
treee1d11b1557ddeacd864eed82f44edbcc6df573d1
parentd6157a3467139be5b5615cd3f8144c5185f6cc3d (diff)
downloadaur-967b2e517fb17ecbbb8853b0aba9e897a8379688.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 d1eb6f9f0395..da2a06050ea3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-splittable_random
pkgdesc = PRNG that can be split into independent streams
pkgver = 0.15.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/splittable_random
arch = x86_64
arch = i686
@@ -18,7 +18,7 @@ pkgbase = ocaml-splittable_random
depends = ocaml-ppx_inline_test>=0.15.0
depends = ocaml-ppx_sexp_message>=0.15.0
options = !strip
- source = ocaml-splittable_random-0.15.0-2.tar.gz::https://github.com/janestreet/splittable_random/archive/v0.15.0.tar.gz
+ source = ocaml-splittable_random-0.15.0-3.tar.gz::https://github.com/janestreet/splittable_random/archive/v0.15.0.tar.gz
sha512sums = 10adeedcda260301f8866a8f128d2f6a59ebbb70898fd82bf2c9db9b40cb1bc24bdb9706d0d0983e8abd8c4a4a920b06d16a3196dc6ba522b13af5c4b9302811
pkgname = ocaml-splittable_random
diff --git a/PKGBUILD b/PKGBUILD
index 950e1fbb82f1..64ed8f811921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='splittable_random'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='PRNG that can be split into independent streams'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"