summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:27:10 +0200
committerDaniel Peukert2022-06-08 01:27:10 +0200
commit113bcb8cc5ebdf49d41d02afcd24bdf0684feb2a (patch)
tree6eaa069fda6e66d29f533de704311de416e133a1
parentf45f383e13380c7c6e83262429cd60f95b1bb79d (diff)
downloadaur-113bcb8cc5ebdf49d41d02afcd24bdf0684feb2a.tar.gz
Update janestreet packages
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5e812963a36..275a12034ae3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-jst-config
pkgdesc = Compile-time configuration for Jane Street libraries
- pkgver = 0.14.1
+ pkgver = 0.15.1
pkgrel = 1
url = https://github.com/janestreet/jst-config
arch = x86_64
@@ -11,12 +11,11 @@ pkgbase = ocaml-jst-config
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.04.2
- depends = ocaml-base>=0.14.0
- depends = ocaml-ppx_assert>=0.14.0
- depends = ocaml-stdio>=0.14.0
+ depends = ocaml>=4.08.0
+ depends = ocaml-base>=0.15.0
+ depends = ocaml-ppx_assert>=0.15.0
options = !strip
- source = ocaml-jst-config-0.14.1-1.tar.gz::https://github.com/janestreet/jst-config/archive/v0.14.1.tar.gz
- sha512sums = 0a43ba941c2915afb30b3cdc09c3c83e05d5b1367bf89aaa4b3adb72878c8435e07838bcf345452c25482d7621d2a7277b92328a2a8842ec172d4bf73005d9c2
+ source = ocaml-jst-config-0.15.1-1.tar.gz::https://github.com/janestreet/jst-config/archive/v0.15.1.tar.gz
+ sha512sums = 389854aad6775756fd51374a036c748947f186eae4b48a4863549e7d8efafee25bdfc7c525dd2c466d9f0e0265b48a6e7b950042b6c9014051f8288393173147
pkgname = ocaml-jst-config
diff --git a/PKGBUILD b/PKGBUILD
index 2d1e26a938c4..833c5a7b45f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='jst-config'
pkgname="ocaml-$_projectname"
-pkgver='0.14.1'
+pkgver='0.15.1'
pkgrel='1'
pkgdesc='Compile-time configuration for Jane Street libraries'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.04.2' 'ocaml-base>=0.14.0' 'ocaml-ppx_assert>=0.14.0' 'ocaml-stdio>=0.14.0')
+depends=('ocaml>=4.08.0' 'ocaml-base>=0.15.0' 'ocaml-ppx_assert>=0.15.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('0a43ba941c2915afb30b3cdc09c3c83e05d5b1367bf89aaa4b3adb72878c8435e07838bcf345452c25482d7621d2a7277b92328a2a8842ec172d4bf73005d9c2')
+sha512sums=('389854aad6775756fd51374a036c748947f186eae4b48a4863549e7d8efafee25bdfc7c525dd2c466d9f0e0265b48a6e7b950042b6c9014051f8288393173147')
_sourcedirectory="$_projectname-$pkgver"