diff options
author | Daniel Peukert | 2024-07-07 22:57:48 +0200 |
---|---|---|
committer | Daniel Peukert | 2024-07-07 22:57:48 +0200 |
commit | 8d8b2a63a73433f48c1a4fba76f73408b9dc26bc (patch) | |
tree | 752b324bbbbe6d9bce0aafefaad30b3b3bf78dc9 | |
parent | e4d7787079943d36ed453f3d617321cd69c77f24 (diff) | |
download | aur-8d8b2a63a73433f48c1a4fba76f73408b9dc26bc.tar.gz |
Update ocaml-qcheck to 0.22 (closes #610)
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,19 +1,19 @@ pkgbase = ocaml-qcheck pkgdesc = QuickCheck inspired property-based testing for OCaml - pkgver = 0.21.3 - pkgrel = 2 + pkgver = 0.22 + pkgrel = 1 url = https://github.com/c-cube/qcheck arch = x86_64 arch = aarch64 license = BSD-2-Clause makedepends = dune>=2.8.0 depends = ocaml>=4.08.0 - depends = ocaml-alcotest>=0.8.1 + depends = ocaml-alcotest>=1.2.0 depends = ocaml-ounit>=2.0.0 depends = ocaml-ppx_deriving>=5.2.1 depends = ocaml-ppxlib>=0.22.0 options = !strip - source = ocaml-qcheck-0.21.3.tar.gz::https://github.com/c-cube/qcheck/archive/v0.21.3.tar.gz - b2sums = b8352cf42f4966f22154d515c21babc621fe1d90b8377c18c7cf994f49383625bf8821e338399e09b9b471318331d45593fc20c41298d5f593e7569b7720ad6c + source = ocaml-qcheck-0.22.tar.gz::https://github.com/c-cube/qcheck/archive/v0.22.tar.gz + b2sums = f7a2a377b0798fba1f3049cd6e8a313f5f0e3c35bb599c5e61eb819fff5f20aa63718454a104e0d378fa5cbd9b5d712741b0e8edbf68b403e4c649bb8a517810 pkgname = ocaml-qcheck @@ -1,17 +1,17 @@ # Maintainer: Daniel Peukert <daniel@peukert.cc> _projectname='qcheck' pkgname="ocaml-$_projectname" -pkgver='0.21.3' -pkgrel='2' +pkgver='0.22' +pkgrel='1' pkgdesc='QuickCheck inspired property-based testing for OCaml' arch=('x86_64' 'aarch64') url="https://github.com/c-cube/$_projectname" license=('BSD-2-Clause') -depends=('ocaml>=4.08.0' 'ocaml-alcotest>=0.8.1' 'ocaml-ounit>=2.0.0' 'ocaml-ppx_deriving>=5.2.1' 'ocaml-ppxlib>=0.22.0') +depends=('ocaml>=4.08.0' 'ocaml-alcotest>=1.2.0' 'ocaml-ounit>=2.0.0' 'ocaml-ppx_deriving>=5.2.1' 'ocaml-ppxlib>=0.22.0') makedepends=('dune>=2.8.0') options=('!strip') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -b2sums=('b8352cf42f4966f22154d515c21babc621fe1d90b8377c18c7cf994f49383625bf8821e338399e09b9b471318331d45593fc20c41298d5f593e7569b7720ad6c') +b2sums=('f7a2a377b0798fba1f3049cd6e8a313f5f0e3c35bb599c5e61eb819fff5f20aa63718454a104e0d378fa5cbd9b5d712741b0e8edbf68b403e4c649bb8a517810') _sourcedirectory="$_projectname-$pkgver" |