summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 21:57:09 +0200
committerDaniel Peukert2022-08-10 21:57:09 +0200
commit618d1280abaebe9915efbe3bc72eab377203c316 (patch)
tree95fb5442baaa0583e7133b2652d7ef9f0c2266b9
parent82fdd5b1fb707a1658589029bb1403fba6462c34 (diff)
downloadaur-618d1280abaebe9915efbe3bc72eab377203c316.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e93c40cbb7b8..2f4c2018d189 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ounit
pkgdesc = Unit testing framework for OCaml
pkgver = 2.2.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/gildor478/ounit
arch = x86_64
arch = i686
@@ -17,7 +17,7 @@ pkgbase = ocaml-ounit
depends = ocaml-seq
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-ounit-2.2.6-2.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.6.tar.gz
+ source = ocaml-ounit-2.2.6-3.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 bd7ad8c148c4..079275870cee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_projectname='ounit'
pkgname="ocaml-$_projectname"
pkgver='2.2.6'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Unit testing framework for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/gildor478/$_projectname"