summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 12:56:41 +0200
committerDaniel Peukert2023-05-22 12:56:41 +0200
commit8771c6c1cb8dfa3325545df6717787fe592e7a9b (patch)
tree0acae1a28c457645dff201fee5326c1a441a8034
parentc6a8370dcf4d9dbeb90ee110af72e5d053ece371 (diff)
downloadaur-8771c6c1cb8dfa3325545df6717787fe592e7a9b.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 da744b294c6b..1bd4652c3424 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-base_bigstring
pkgdesc = String type based on Bigarray, for use in I/O and C-bindings
pkgver = 0.15.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/janestreet/base_bigstring
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-base_bigstring
depends = ocaml-int_repr>=0.15.0
depends = ocaml-ppx_jane>=0.15.0
options = !strip
- source = ocaml-base_bigstring-0.15.0-3.tar.gz::https://github.com/janestreet/base_bigstring/archive/v0.15.0.tar.gz
+ source = ocaml-base_bigstring-0.15.0-4.tar.gz::https://github.com/janestreet/base_bigstring/archive/v0.15.0.tar.gz
sha512sums = d8311312ea1b3dc3a1a30c87ba4984438ca2c81f8da9cbb7f111dd74fb9b16ad8226166ae2fc2b572a989af15099b07294a667646b0ab22130de4406da53230b
pkgname = ocaml-base_bigstring
diff --git a/PKGBUILD b/PKGBUILD
index e5f7c5592205..6162e4986247 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='base_bigstring'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='String type based on Bigarray, for use in I/O and C-bindings'
# 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')