summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"