summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-02-08 19:49:35 +0100
committerDaniel Peukert2022-02-08 19:49:35 +0100
commit75dce1db2068459374fd2135eb374101a8e18630 (patch)
tree7dcbdbe7d5d7e597aaaca417b1fa5a45de1be23f
parente9a179a6ded73e9511d7491674f5f856a23d3b15 (diff)
downloadaur-75dce1db2068459374fd2135eb374101a8e18630.tar.gz
Update ocaml-ounit to 2.2.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07b781c65d88..b74aae7f081b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-ounit
pkgdesc = Unit testing framework for OCaml
- pkgver = 2.2.5
+ pkgver = 2.2.6
pkgrel = 1
url = https://github.com/gildor478/ounit
arch = x86_64
@@ -14,9 +14,10 @@ pkgbase = ocaml-ounit
makedepends = ocaml-findlib
depends = ocaml>=4.04.0
depends = ocaml-lwt
+ depends = ocaml-seq
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-ounit-2.2.5-1.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.5.tar.gz
- sha512sums = 8f6009f9fad5832e76009ce870dd7236c804ff7e7f3e8a479371a4f72f0fc099ddaa1ec1e89eeaa11045a608597f7a3216adbd98deea9f28d274ff59cc5b121d
+ source = ocaml-ounit-2.2.6-1.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.6.tar.gz
+ sha512sums = 4d808866dc4f9de6493a17910fafb2452398aef45cb29add54ed25e15a10ec7715bdd52d40190f618e77fe351d8bb67fbe12c1df6a6736c501792a57f6b3768a
pkgname = ocaml-ounit
diff --git a/PKGBUILD b/PKGBUILD
index 8bb0c4f80db6..1cfa024e6513 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.5'
+pkgver='2.2.6'
pkgrel='1'
pkgdesc='Unit testing framework for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$_projectname"
license=('MIT')
-depends=('ocaml>=4.04.0' 'ocaml-lwt' 'ocaml-stdlib-shims')
+depends=('ocaml>=4.04.0' 'ocaml-lwt' 'ocaml-seq' 'ocaml-stdlib-shims')
makedepends=('dune>=1.11.0' 'ocaml-findlib')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('8f6009f9fad5832e76009ce870dd7236c804ff7e7f3e8a479371a4f72f0fc099ddaa1ec1e89eeaa11045a608597f7a3216adbd98deea9f28d274ff59cc5b121d')
+sha512sums=('4d808866dc4f9de6493a17910fafb2452398aef45cb29add54ed25e15a10ec7715bdd52d40190f618e77fe351d8bb67fbe12c1df6a6736c501792a57f6b3768a')
_sourcedirectory="$_projectname-$pkgver"