summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2022-06-08 01:34:40 +0200
committerDaniel Peukert2022-06-08 01:34:40 +0200
commit1cd0e316e6296bc7a9b23697e62c88e93cb71f83 (patch)
tree05bf570575fc15f44c85ae8603c9075355ad64d9 /PKGBUILD
parentd2976ae5dcb7da1c4677d539c2e6c2b3ae55ec56 (diff)
downloadaur-1cd0e316e6296bc7a9b23697e62c88e93cb71f83.tar.gz
Update janestreet packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"