diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-30 05:56:16 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-30 05:56:16 -0500 |
commit | 24c5cc4b71bc79f23872d72095aaa46f91baf88c (patch) | |
tree | 22b130282a75376ffd8659f8cb82ec865b615cd5 /pcr/ocaml-ounit | |
parent | 8b971525ce14336aeb2c7b382e7f5b4894ab169c (diff) | |
download | abslibre-24c5cc4b71bc79f23872d72095aaa46f91baf88c.tar.gz abslibre-24c5cc4b71bc79f23872d72095aaa46f91baf88c.tar.bz2 abslibre-24c5cc4b71bc79f23872d72095aaa46f91baf88c.zip |
ocaml-ounit-2.0.0-1.1: rebuild
Diffstat (limited to 'pcr/ocaml-ounit')
-rw-r--r-- | pcr/ocaml-ounit/PKGBUILD | 5 |
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" |