summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-12 09:55:27 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-12 09:55:27 +0100
commit7f18daa151aad52ea70b464da28c8d0d0b59d026 (patch)
treee9e0b30e61736ddffba6c464fabdc3a1aa133ba6
parentd2654ec3443c5ab20beebb082df38780147db288 (diff)
pcr/ocaml-ounit: updated to 2.0.6
-rw-r--r--pcr/ocaml-ounit/PKGBUILD26
1 files changed, 14 insertions, 12 deletions
diff --git a/pcr/ocaml-ounit/PKGBUILD b/pcr/ocaml-ounit/PKGBUILD
index 6d62a2160..8f7f32d01 100644
--- a/pcr/ocaml-ounit/PKGBUILD
+++ b/pcr/ocaml-ounit/PKGBUILD
@@ -1,25 +1,27 @@
-# Contributor (Arch) : Marek Kubica <marek@xivilization.net>
-# Contributor (Arch) : Serge Zirukin <ftrvxmtrx@gmail.com>
-# Contributor (Arch) : Sergei Lebedev <superbobry@gmail.com>
-# Contributor (Arch) : Thomas S Hatch <thatch45 at gmail dot com>
-# Contributor (Arch) : Sebastian Wiesner <lunaryorn googlemail com>
-# Contributor (Arch) : Benjamin Andresen <benny(at)klapmuetz(dot)org>
-# Contributor (Arch) : Sylvester Johansson <syljo361(at)gmail(dot)org>
+# Maintainer (AUR): Eric Bailey <nerflad@gmail.com>
+# Contributor (AUR): Marek Kubica <marek@xivilization.net>
+# Contributor (AUR): Serge Zirukin <ftrvxmtrx@gmail.com>
+# Contributor (AUR): Sergei Lebedev <superbobry@gmail.com>
+# Contributor (AUR): Thomas S Hatch <thatch45 at gmail dot com>
+# Contributor (AUR): Sebastian Wiesner <lunaryorn googlemail com>
+# Contributor (AUR): Benjamin Andresen <benny(at)klapmuetz(dot)org>
+# Contributor (AUR): Sylvester Johansson <syljo361(at)gmail(dot)org>
# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp>
pkgname=ocaml-ounit
_pkgname=ounit
-pkgver=2.0.0
-pkgrel=1.1
+pkgver=2.0.6
+pkgrel=1
arch=('i686' 'x86_64')
+arch+=('armv7h')
license=('MIT')
pkgdesc="Unit testing framework for OCaml"
url="http://ounit.forge.ocamlcore.org"
depends=('ocaml')
-makedepends=('ocaml-findlib')
+makedepends=('ocaml-findlib' 'ocamlbuild')
options=('!strip')
-source=("http://forge.ocamlcore.org/frs/download.php/1258/$_pkgname-$pkgver.tar.gz")
-sha512sums=('e12c8fb534ef88de7a83a34e5a578060a90abfce601d8532408412a56e843f69b89cfd6ce69bd7c5519e9a04e306d46339e9b8f13975727a3458afe20cd776d0')
+source=("http://forge.ocamlcore.org/frs/download.php/1722/$_pkgname-$pkgver.tar.gz")
+sha512sums=('466ec1f691a81e0abd93f698c7328e6db4fa2d617d8f5262d9f18b57ede3d389a3ee122ed7bccc8dff20600826fbbae1d17dd88d7c1329562798792fae54417d')
build() {
cd "$srcdir/$_pkgname-$pkgver"