summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-03-22 23:23:58 +0100
committerDaniel Peukert2023-03-22 23:23:58 +0100
commitcfad3ba7285973949be5c64574db0046dd9ca8e0 (patch)
treeeb8f4c0c6b819ab08e74b62742b49491f9c28fcd
parentdad69045aee8b912a3249f40e90b57140c40cd7a (diff)
downloadaur-cfad3ba7285973949be5c64574db0046dd9ca8e0.tar.gz
Update ocaml-ounit to 2.2.7
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05c74c108cb8..a17785bf76df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = ocaml-ounit
pkgdesc = Unit testing framework for OCaml
- pkgver = 2.2.6
- pkgrel = 3
+ pkgver = 2.2.7
+ pkgrel = 1
url = https://github.com/gildor478/ounit
arch = x86_64
arch = i686
arch = armv7h
arch = aarch64
license = MIT
- makedepends = dune>=1.11.0
+ makedepends = dune>=3.0.0
makedepends = ocaml-findlib
depends = ocaml>=4.04.0
- depends = ocaml-lwt
+ depends = ocaml-lwt>=2.5.2
depends = ocaml-seq
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-ounit-2.2.6-3.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.6.tar.gz
- sha512sums = 4d808866dc4f9de6493a17910fafb2452398aef45cb29add54ed25e15a10ec7715bdd52d40190f618e77fe351d8bb67fbe12c1df6a6736c501792a57f6b3768a
+ source = ocaml-ounit-2.2.7-1.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.7.tar.gz
+ sha512sums = b2cefed53127f724c099391eefe1bce3b43cad5d6b629b5f1e9446b58892639de758f5dbcbd5efb6c409ce77ed01d06693989a3ba909cf79c36c2554c1473396
pkgname = ocaml-ounit
diff --git a/PKGBUILD b/PKGBUILD
index 90cb20fc5ac7..f01e01cca657 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,17 +9,17 @@
# Contributor: Sylvester Johansson <syljo361(at)gmail(dot)org>
_projectname='ounit'
pkgname="ocaml-$_projectname"
-pkgver='2.2.6'
-pkgrel='3'
+pkgver='2.2.7'
+pkgrel='1'
pkgdesc='Unit testing framework for OCaml'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$_projectname"
license=('MIT')
-depends=('ocaml>=4.04.0' 'ocaml-lwt' 'ocaml-seq' 'ocaml-stdlib-shims')
-makedepends=('dune>=1.11.0' 'ocaml-findlib')
+depends=('ocaml>=4.04.0' 'ocaml-lwt>=2.5.2' 'ocaml-seq' 'ocaml-stdlib-shims')
+makedepends=('dune>=3.0.0' 'ocaml-findlib')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('4d808866dc4f9de6493a17910fafb2452398aef45cb29add54ed25e15a10ec7715bdd52d40190f618e77fe351d8bb67fbe12c1df6a6736c501792a57f6b3768a')
+sha512sums=('b2cefed53127f724c099391eefe1bce3b43cad5d6b629b5f1e9446b58892639de758f5dbcbd5efb6c409ce77ed01d06693989a3ba909cf79c36c2554c1473396')
_sourcedirectory="$_projectname-$pkgver"