summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:04:40 +0200
committerDaniel Peukert2023-05-22 13:04:40 +0200
commite64de881faa1f4cd8d3f479b4e442e5a567f28ab (patch)
tree3f2a729ce6b0908ffdc75ef69da0e00f48401723
parent25370fc910e3327c98e711f26f5960f0d39fa16b (diff)
downloadaur-e64de881faa1f4cd8d3f479b4e442e5a567f28ab.tar.gz
Bump ocaml packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0300dc54287e..794c9b6856dc 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 = 3
+ pkgrel = 4
url = https://github.com/janestreet/splittable_random
arch = x86_64
arch = i686
@@ -17,7 +17,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-3.tar.gz::https://github.com/janestreet/splittable_random/archive/v0.15.0.tar.gz
+ source = ocaml-splittable_random-0.15.0-4.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 abee4279b9a9..aca8bdc32b92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='splittable_random'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='PRNG that can be split into independent streams'
# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')