summaryrefslogtreecommitdiff
path: root/pcr/ocaml-ounit/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 05:56:16 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 05:56:16 -0500
commit24c5cc4b71bc79f23872d72095aaa46f91baf88c (patch)
tree22b130282a75376ffd8659f8cb82ec865b615cd5 /pcr/ocaml-ounit/PKGBUILD
parent8b971525ce14336aeb2c7b382e7f5b4894ab169c (diff)
ocaml-ounit-2.0.0-1.1: rebuild
Diffstat (limited to 'pcr/ocaml-ounit/PKGBUILD')
-rw-r--r--pcr/ocaml-ounit/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/ocaml-ounit/PKGBUILD b/pcr/ocaml-ounit/PKGBUILD
index c313615ae..6d62a2160 100644
--- a/pcr/ocaml-ounit/PKGBUILD
+++ b/pcr/ocaml-ounit/PKGBUILD
@@ -10,8 +10,8 @@
pkgname=ocaml-ounit
_pkgname=ounit
pkgver=2.0.0
-pkgrel=1
-arch=('i686' 'x86_64' 'mips64el')
+pkgrel=1.1
+arch=('i686' 'x86_64')
license=('MIT')
pkgdesc="Unit testing framework for OCaml"
url="http://ounit.forge.ocamlcore.org"
@@ -19,6 +19,7 @@ depends=('ocaml')
makedepends=('ocaml-findlib')
options=('!strip')
source=("http://forge.ocamlcore.org/frs/download.php/1258/$_pkgname-$pkgver.tar.gz")
+sha512sums=('e12c8fb534ef88de7a83a34e5a578060a90abfce601d8532408412a56e843f69b89cfd6ce69bd7c5519e9a04e306d46339e9b8f13975727a3458afe20cd776d0')
build() {
cd "$srcdir/$_pkgname-$pkgver"