summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-21 12:32:43 +0100
committerDaniel Peukert2020-03-21 12:32:43 +0100
commit7fa66e74479a74dfd50283831a907bf76fa88701 (patch)
tree858988ad7d8b0f3a31105506ffdb4f85a65ccaf0
parent79958b511e7946e7fad13c6d2b1205d05a45f5f7 (diff)
downloadaur-7fa66e74479a74dfd50283831a907bf76fa88701.tar.gz
ocaml 4.09.1 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c2404b8535b..d0de130c947f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ounit
pkgdesc = Unit testing framework for OCaml
pkgver = 2.2.2
- pkgrel = 2
+ pkgrel = 3
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-2.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.2.tar.gz
+ source = ocaml-ounit-2.2.2-3.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 81c8cecd3432..e3f8a75e37ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_projectname='ounit'
pkgname="ocaml-$_projectname"
pkgver='2.2.2'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Unit testing framework for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$_projectname"