summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-28 22:38:14 +0200
committerDaniel Peukert2024-05-28 22:38:14 +0200
commite38c7cb0a6dd7dd4e8a6f8cfd5403b9673f28a61 (patch)
tree7941f362d21b382d907b00cfa5466bdc1a408724
parentc9d511ae00558291bf9555f883cbb9f1bdfe3a83 (diff)
downloadaur-e38c7cb0a6dd7dd4e8a6f8cfd5403b9673f28a61.tar.gz
Update janestreet packages to 0.17.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d91404eef4e3..6ff07f6faa02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ocaml-ppx_stable
pkgdesc = Stable types conversions generator
- pkgver = 0.16.0
+ pkgver = 0.17.0
pkgrel = 1
url = https://github.com/janestreet/ppx_stable
arch = x86_64
arch = aarch64
license = MIT
- makedepends = dune>=2.0.0
- depends = ocaml>=4.14.0
- depends = ocaml-base>=0.16.0
+ makedepends = dune>=3.11.0
+ depends = ocaml>=5.1.0
+ depends = ocaml-base>=0.17.0
depends = ocaml-ppxlib>=0.28.0
options = !strip
- source = ocaml-ppx_stable-0.16.0.tar.gz::https://github.com/janestreet/ppx_stable/archive/v0.16.0.tar.gz
- sha512sums = bbc40494718d99228e194f766be75c67a657cb50fe6090d05ba30606be40406c93323b64ae3d2400ab6a1563c3e9fa04c2ba82da7db47b7c1cfec103f75d19cb
+ source = ocaml-ppx_stable-0.17.0.tar.gz::https://github.com/janestreet/ppx_stable/archive/v0.17.0.tar.gz
+ b2sums = 7197c96be025f61cfec88b9157f03dc76b38099d18b81f884352ca5f4cbc8cac2bf42d3a37dcda974dbfc73aacbc83a68eb158c5d7dea6a637e603057d2dc728
pkgname = ocaml-ppx_stable
diff --git a/PKGBUILD b/PKGBUILD
index 040fe57f3b1f..b15536d0aee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='ppx_stable'
pkgname="ocaml-$_projectname"
-pkgver='0.16.0'
+pkgver='0.17.0'
pkgrel='1'
pkgdesc='Stable types conversions generator'
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.28.0')
-makedepends=('dune>=2.0.0')
+depends=('ocaml>=5.1.0' 'ocaml-base>=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=('bbc40494718d99228e194f766be75c67a657cb50fe6090d05ba30606be40406c93323b64ae3d2400ab6a1563c3e9fa04c2ba82da7db47b7c1cfec103f75d19cb')
+b2sums=('7197c96be025f61cfec88b9157f03dc76b38099d18b81f884352ca5f4cbc8cac2bf42d3a37dcda974dbfc73aacbc83a68eb158c5d7dea6a637e603057d2dc728')
_sourcedirectory="$_projectname-$pkgver"