summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-01-10 23:38:45 +0100
committerDaniel Peukert2021-01-10 23:38:45 +0100
commit2eed2bf2e9e2233e96dd2852067784722ad5667a (patch)
tree68dc88e564998d95a9dba7841c2473a7af431339
parent1751937ba1400ad48dc9d35daacfdf612c1770cb (diff)
downloadaur-2eed2bf2e9e2233e96dd2852067784722ad5667a.tar.gz
Update ocaml-ounit to 2.2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7c01e3c1b37..806823fb9bca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ounit
pkgdesc = Unit testing framework for OCaml
- pkgver = 2.2.3
- pkgrel = 2
+ pkgver = 2.2.4
+ pkgrel = 1
url = https://github.com/gildor478/ounit
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-ounit
depends = ocaml-lwt
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-ounit-2.2.3-2.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.3.tar.gz
- sha256sums = cc69df60d8b6b526d824b6e6db8cb7a5e3e0d603489588b4603a1b06d7ec5720
+ source = ocaml-ounit-2.2.4-1.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.4.tar.gz
+ sha256sums = cbb5c0849886ccbc85190be5f4874e9d6967cd5ea071631baac91c0d834202ca
pkgname = ocaml-ounit
diff --git a/PKGBUILD b/PKGBUILD
index ce2bc27d57ee..7a48488a60e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Eric Bailey <nerflad@gmail.com>
# Contributor: Marek Kubica <marek@xivilization.net>
# Contributor: Serge Zirukin <ftrvxmtrx@gmail.com>
@@ -9,8 +9,8 @@
# Contributor: Sylvester Johansson <syljo361(at)gmail(dot)org>
_projectname='ounit'
pkgname="ocaml-$_projectname"
-pkgver='2.2.3'
-pkgrel='2'
+pkgver='2.2.4'
+pkgrel='1'
pkgdesc='Unit testing framework for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$_projectname"
@@ -19,7 +19,7 @@ depends=('ocaml>=4.04.0' 'ocaml-lwt' 'ocaml-stdlib-shims')
makedepends=('dune>=1.11.0' 'ocaml-findlib')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('cc69df60d8b6b526d824b6e6db8cb7a5e3e0d603489588b4603a1b06d7ec5720')
+sha256sums=('cbb5c0849886ccbc85190be5f4874e9d6967cd5ea071631baac91c0d834202ca')
_sourcedirectory="$_projectname-$pkgver"