summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:34:40 +0200
committerDaniel Peukert2022-06-08 01:34:40 +0200
commit1cd0e316e6296bc7a9b23697e62c88e93cb71f83 (patch)
tree05bf570575fc15f44c85ae8603c9075355ad64d9
parentd2976ae5dcb7da1c4677d539c2e6c2b3ae55ec56 (diff)
downloadaur-1cd0e316e6296bc7a9b23697e62c88e93cb71f83.tar.gz
Update janestreet packages
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 240c40d662b9..a3ea6169ca0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-sexplib
pkgdesc = Library for serializing OCaml values to and from S-expressions
- pkgver = 0.14.0
- pkgrel = 3
+ pkgver = 0.15.0
+ pkgrel = 1
epoch = 1
url = https://github.com/janestreet/sexplib
arch = x86_64
@@ -12,12 +12,12 @@ pkgbase = ocaml-sexplib
arch = aarch64
license = MIT
makedepends = dune>=2.0.0
- depends = ocaml>=4.04.2
+ depends = ocaml>=4.08.0
depends = ocaml-num
- depends = ocaml-parsexp>=0.14.0
- depends = ocaml-sexplib0>=0.14.0
+ depends = ocaml-parsexp>=0.15.0
+ depends = ocaml-sexplib0>=0.15.0
options = !strip
- source = ocaml-sexplib-1:0.14.0-3.tar.gz::https://github.com/janestreet/sexplib/archive/v0.14.0.tar.gz
- sha256sums = ad75ab155e2b4e2fec63fb178ef25a0a5a7de3834b939db95f38287dfd21cc68
+ source = ocaml-sexplib-1:0.15.0-1.tar.gz::https://github.com/janestreet/sexplib/archive/v0.15.0.tar.gz
+ sha512sums = c31fed5e5bf48381a9b6a48085e7d8909471e38a8cc7586e3c520fe60c6df7a1eebcca1a0ca93cd4d1cc61c1c3c36211db05572273550f7218eb69dd97d27333
pkgname = ocaml-sexplib
diff --git a/PKGBUILD b/PKGBUILD
index 112f55b4aec4..35517f0c8161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='sexplib'
pkgname="ocaml-$_projectname"
-pkgver='0.14.0'
-pkgrel='3'
+pkgver='0.15.0'
+pkgrel='1'
epoch='1'
pkgdesc='Library for serializing OCaml values to and from S-expressions'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.04.2' 'ocaml-num' 'ocaml-parsexp>=0.14.0' 'ocaml-sexplib0>=0.14.0')
+depends=('ocaml>=4.08.0' 'ocaml-num' 'ocaml-parsexp>=0.15.0' 'ocaml-sexplib0>=0.15.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$epoch:$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ad75ab155e2b4e2fec63fb178ef25a0a5a7de3834b939db95f38287dfd21cc68')
+sha512sums=('c31fed5e5bf48381a9b6a48085e7d8909471e38a8cc7586e3c520fe60c6df7a1eebcca1a0ca93cd4d1cc61c1c3c36211db05572273550f7218eb69dd97d27333')
_sourcedirectory="$_projectname-$pkgver"