summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-04 03:13:41 +0200
committerDaniel Peukert2024-05-04 03:13:41 +0200
commitf07125e0bb11b7b0c85fd8b0753d32efc1f9ea2f (patch)
tree902ac58b42b453cf24fa612b95d7787267f700a9 /PKGBUILD
parent08ed3867bb87ad883628101e60bce64b48af5a75 (diff)
downloadaur-ocaml-iter.tar.gz
Add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95ffa38bfef0..4fea4bfecc0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64' 'aarch64')
url="https://github.com/c-cube/$_projectname"
license=('BSD-2-Clause')
depends=('ocaml>=4.08.0')
-makedepends=('dune>=2.0.0')
+makedepends=('git' 'dune>=2.0.0')
checkdepends=('ocaml-mdx>=1.3.0' 'ocaml-ounit' 'ocaml-qcheck')
options=('!strip')
source=("$pkgname-$pkgver::git+$url#commit=$_commit?signed")