summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 12:59:30 +0200
committerDaniel Peukert2023-05-22 12:59:30 +0200
commit289b4bab45bd198cbe198afceb4706a263ce4405 (patch)
treeb71bbd3b4be3f8e3e3f730fe26d3eecc39400086
parente6bc6adf8e6975e63d5c741a36214a05c8395ee7 (diff)
downloadaur-289b4bab45bd198cbe198afceb4706a263ce4405.tar.gz
Bump ocaml packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b7d9acd64a1..93ea1a8c2031 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ounit
pkgdesc = Unit testing framework for OCaml
pkgver = 2.2.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gildor478/ounit
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-ounit
depends = ocaml-seq
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-ounit-2.2.7-1.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.7.tar.gz
+ source = ocaml-ounit-2.2.7-2.tar.gz::https://github.com/gildor478/ounit/archive/v2.2.7.tar.gz
sha512sums = b2cefed53127f724c099391eefe1bce3b43cad5d6b629b5f1e9446b58892639de758f5dbcbd5efb6c409ce77ed01d06693989a3ba909cf79c36c2554c1473396
pkgname = ocaml-ounit
diff --git a/PKGBUILD b/PKGBUILD
index 5336612978f1..c68cce50c389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_projectname='ounit'
pkgname="ocaml-$_projectname"
pkgver='2.2.7'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Unit testing framework for OCaml'
# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the cppo, ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')