summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7adf1e62f99b..a56968fc11c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ocaml-ounit
pkgdesc = Unit testing framework for OCaml
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://ounit.forge.ocamlcore.org
arch = i686
arch = x86_64
license = MIT
makedepends = ocaml-findlib
+ makedepends = ocamlbuild
depends = ocaml
options = !strip
source = http://forge.ocamlcore.org/frs/download.php/1258/ounit-2.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7ff9bfa13c26..05258b6d5092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@
pkgname=ocaml-ounit
_pkgname=ounit
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
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')