summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-23 20:54:14 +0200
committerDaniel Peukert2023-05-23 20:54:14 +0200
commitedb1d74db41cf05a9f9a6e72244256931b876b7f (patch)
tree1859c27192e9bb0746ded56e4b072f5112097a73
parent8771c6c1cb8dfa3325545df6717787fe592e7a9b (diff)
downloadaur-edb1d74db41cf05a9f9a6e72244256931b876b7f.tar.gz
Update janestreet packages to 0.16.0
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bd4652c3424..314a3bbf2fde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,18 @@
pkgbase = ocaml-base_bigstring
pkgdesc = String type based on Bigarray, for use in I/O and C-bindings
- pkgver = 0.15.0
- pkgrel = 4
+ pkgver = 0.16.0
+ pkgrel = 1
url = https://github.com/janestreet/base_bigstring
arch = x86_64
- arch = i686
- arch = pentium4
- arch = armv7h
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.08.0
- depends = ocaml-base>=0.15.0
- depends = ocaml-int_repr>=0.15.0
- depends = ocaml-ppx_jane>=0.15.0
+ depends = ocaml>=4.14.0
+ depends = ocaml-base>=0.16.0
+ depends = ocaml-int_repr>=0.16.0
+ depends = ocaml-ppx_jane>=0.16.0
options = !strip
- source = ocaml-base_bigstring-0.15.0-4.tar.gz::https://github.com/janestreet/base_bigstring/archive/v0.15.0.tar.gz
- sha512sums = d8311312ea1b3dc3a1a30c87ba4984438ca2c81f8da9cbb7f111dd74fb9b16ad8226166ae2fc2b572a989af15099b07294a667646b0ab22130de4406da53230b
+ source = ocaml-base_bigstring-0.16.0-1.tar.gz::https://github.com/janestreet/base_bigstring/archive/v0.16.0.tar.gz
+ sha512sums = 95297f201ed8229feb974e6389f2aa955391d4716d6bc81b9b8ea06daf2722a950bd623fd35267fcbcde064ec49a5e06f51ef5b12f5c30793da937ca1c3c8bf5
pkgname = ocaml-base_bigstring
diff --git a/PKGBUILD b/PKGBUILD
index 6162e4986247..ef350b123f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='base_bigstring'
pkgname="ocaml-$_projectname"
-pkgver='0.15.0'
-pkgrel='4'
+pkgver='0.16.0'
+pkgrel='1'
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')
+# If you're running on 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' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-int_repr>=0.15.0' 'ocaml-ppx_jane>=0.15.0')
+depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-int_repr>=0.16.0' 'ocaml-ppx_jane>=0.16.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('d8311312ea1b3dc3a1a30c87ba4984438ca2c81f8da9cbb7f111dd74fb9b16ad8226166ae2fc2b572a989af15099b07294a667646b0ab22130de4406da53230b')
+sha512sums=('95297f201ed8229feb974e6389f2aa955391d4716d6bc81b9b8ea06daf2722a950bd623fd35267fcbcde064ec49a5e06f51ef5b12f5c30793da937ca1c3c8bf5')
_sourcedirectory="$_projectname-$pkgver"