summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:13:21 +0200
committerDaniel Peukert2020-08-30 21:13:21 +0200
commit1751937ba1400ad48dc9d35daacfdf612c1770cb (patch)
tree67dccb7da23c6a151ab4b5dd8c7b27111851ab22
parent8cd3c297a6fc08c753ca5737e0973530e5aa954c (diff)
downloadaur-1751937ba1400ad48dc9d35daacfdf612c1770cb.tar.gz
ocaml 4.11.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8155e6103d2e..d7c01e3c1b37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ounit
pkgdesc = Unit testing framework for OCaml
pkgver = 2.2.3
- pkgrel = 1
+ pkgrel = 2
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-1.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.3.tar.gz
+ source = ocaml-ounit-2.2.3-2.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.3.tar.gz
sha256sums = cc69df60d8b6b526d824b6e6db8cb7a5e3e0d603489588b4603a1b06d7ec5720
pkgname = ocaml-ounit
diff --git a/PKGBUILD b/PKGBUILD
index e277baaa0668..ce2bc27d57ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_projectname='ounit'
pkgname="ocaml-$_projectname"
pkgver='2.2.3'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Unit testing framework for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$_projectname"