summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:25:21 +0200
committerDaniel Peukert2020-05-18 20:25:21 +0200
commitf84583c896de70f6e5a352d67d21fbeaaba97665 (patch)
tree903adda36050776c7f50059d7f1c3fa19ecbb0d1
parent7fa66e74479a74dfd50283831a907bf76fa88701 (diff)
downloadaur-f84583c896de70f6e5a352d67d21fbeaaba97665.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0de130c947f..bb567da23d43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ounit
pkgdesc = Unit testing framework for OCaml
pkgver = 2.2.2
- pkgrel = 3
+ pkgrel = 4
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.2-3.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.2.tar.gz
+ source = ocaml-ounit-2.2.2-4.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.2.tar.gz
sha256sums = db5dbdd4fd29a9ff82dd9d75813e0391d833ba868f813e3c3349807bc9da5032
pkgname = ocaml-ounit
diff --git a/PKGBUILD b/PKGBUILD
index e3f8a75e37ae..b3c742a7067a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_projectname='ounit'
pkgname="ocaml-$_projectname"
pkgver='2.2.2'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Unit testing framework for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$_projectname"