summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-28 22:37:56 +0200
committerDaniel Peukert2024-05-28 22:37:56 +0200
commit5cff2df9bc93ae1932cc054eeee7b06abd5c0ac4 (patch)
tree82465f7194dce16a2ef5501074be4c97016eca62
parente8419ab39dd5c11441e161fc38cda74b7d5755ce (diff)
downloadaur-5cff2df9bc93ae1932cc054eeee7b06abd5c0ac4.tar.gz
Update janestreet packages to 0.17.0
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7618b7746f77..ce7c5b9f8585 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = ocaml-ppx_sexp_conv
pkgdesc = Generation of S-expression conversion functions from type definitions
- pkgver = 0.16.0
+ pkgver = 0.17.0
pkgrel = 1
epoch = 1
url = https://github.com/janestreet/ppx_sexp_conv
arch = x86_64
arch = aarch64
license = MIT
- makedepends = dune>=2.0.0
- depends = ocaml>=4.14.0
- depends = ocaml-base>=0.16.0
- depends = ocaml-ppxlib>=0.26.0
- depends = ocaml-sexplib0>=0.16.0
+ makedepends = dune>=3.11.0
+ depends = ocaml>=5.1.0
+ depends = ocaml-base>=0.17.0
+ depends = ocaml-ppxlib_jane>=0.17.0
+ depends = ocaml-sexplib0>=0.17.0
+ depends = ocaml-ppxlib>=0.28.0
options = !strip
- source = ocaml-ppx_sexp_conv-0.16.0.tar.gz::https://github.com/janestreet/ppx_sexp_conv/archive/v0.16.0.tar.gz
- sha512sums = ceacd17683c8e739d2e5eaabb585c01615a11b18c1bef7df85b48820885d344cbae94c1351a6a2522e016a1bd41fc3997928d6b2b2169aeda72ea6626eb1f7a0
+ source = ocaml-ppx_sexp_conv-0.17.0.tar.gz::https://github.com/janestreet/ppx_sexp_conv/archive/v0.17.0.tar.gz
+ b2sums = e4ce4df4becd93b2f5ccd7e356042e59acbe8ce334e163fafb2f984725688a52162719a82caa2cfd47bf00262ac6067abdaa3d057e0abddb9b624e0a6ae1776d
pkgname = ocaml-ppx_sexp_conv
diff --git a/PKGBUILD b/PKGBUILD
index 5c68c00af557..382b010c80ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_sexp_conv'
pkgname="ocaml-$_projectname"
-pkgver='0.16.0'
+pkgver='0.17.0'
pkgrel='1'
epoch='1'
pkgdesc='Generation of S-expression conversion functions from type definitions'
arch=('x86_64' 'aarch64')
url="https://github.com/janestreet/$_projectname"
license=('MIT')
-depends=('ocaml>=4.14.0' 'ocaml-base>=0.16.0' 'ocaml-ppxlib>=0.26.0' 'ocaml-sexplib0>=0.16.0')
-makedepends=('dune>=2.0.0')
+depends=('ocaml>=5.1.0' 'ocaml-base>=0.17.0' 'ocaml-ppxlib_jane>=0.17.0' 'ocaml-sexplib0>=0.17.0' 'ocaml-ppxlib>=0.28.0')
+makedepends=('dune>=3.11.0')
options=('!strip')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('ceacd17683c8e739d2e5eaabb585c01615a11b18c1bef7df85b48820885d344cbae94c1351a6a2522e016a1bd41fc3997928d6b2b2169aeda72ea6626eb1f7a0')
+b2sums=('e4ce4df4becd93b2f5ccd7e356042e59acbe8ce334e163fafb2f984725688a52162719a82caa2cfd47bf00262ac6067abdaa3d057e0abddb9b624e0a6ae1776d')
_sourcedirectory="$_projectname-$pkgver"