summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-28 22:35:51 +0200
committerDaniel Peukert2024-05-28 22:35:51 +0200
commiteb95c3f2a1257272ba2eab77544c5a776c12677b (patch)
tree02b6a09e07d81b1f0ac615e56aa92ef161a706b7
parentd4892d43d93a2dba2f539a34c560af40de6dad3f (diff)
downloadaur-eb95c3f2a1257272ba2eab77544c5a776c12677b.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 0b96331a9c1a..b3c34834dc8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = ocaml-ppx_cold
pkgdesc = Expands [@Cold] into [@inline never][@specialise never][@Local never]
- pkgver = 0.16.0
+ pkgver = 0.17.0
pkgrel = 1
url = https://github.com/janestreet/ppx_cold
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
depends = zstd
options = !strip
- source = ocaml-ppx_cold-0.16.0.tar.gz::https://github.com/janestreet/ppx_cold/archive/v0.16.0.tar.gz
- sha512sums = 816358747bf4e4d92b6d5fa7bc31691897f6fb88336000a5e40b86250911b2efa203f6465d77b24f0147312bfd779de49822c5ea7a2a87df49d754b8c6e30821
+ source = ocaml-ppx_cold-0.17.0.tar.gz::https://github.com/janestreet/ppx_cold/archive/v0.17.0.tar.gz
+ b2sums = 549c86b0452779380046c6167e048a302924cb1d2fff90577be2c52244b40c89eb0036214a4ad85b1bc9b658e6a31cccebe11d62d3b94728f63a0725e61d97aa
pkgname = ocaml-ppx_cold
diff --git a/PKGBUILD b/PKGBUILD
index b8b3d1114e4f..33a8706e9037 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='ppx_cold'
pkgname="ocaml-$_projectname"
-pkgver='0.16.0'
+pkgver='0.17.0'
pkgrel='1'
pkgdesc='Expands [@Cold] into [@inline never][@specialise never][@Local never]'
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' 'zstd')
-makedepends=('dune>=2.0.0')
+depends=('ocaml>=5.1.0' 'ocaml-base>=0.17.0' 'ocaml-ppxlib>=0.28.0' 'zstd')
+makedepends=('dune>=3.11.0')
options=('!strip')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('816358747bf4e4d92b6d5fa7bc31691897f6fb88336000a5e40b86250911b2efa203f6465d77b24f0147312bfd779de49822c5ea7a2a87df49d754b8c6e30821')
+b2sums=('549c86b0452779380046c6167e048a302924cb1d2fff90577be2c52244b40c89eb0036214a4ad85b1bc9b658e6a31cccebe11d62d3b94728f63a0725e61d97aa')
_sourcedirectory="$_projectname-$pkgver"