summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6acfde30789..02fca5f60ee3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = ocaml-mew
arch = aarch64
license = MIT
checkdepends = ocaml-ppx_expect
+ makedepends = git
makedepends = dune>=1.1.0
depends = ocaml>=4.02.3
depends = ocaml-result
diff --git a/PKGBUILD b/PKGBUILD
index e8129b86c19f..bcc5a3d7dd89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64' 'aarch64')
url="https://github.com/kandu/$_projectname"
license=('MIT')
depends=('ocaml>=4.02.3' 'ocaml-result' 'ocaml-trie')
-makedepends=('dune>=1.1.0')
+makedepends=('git' 'dune>=1.1.0')
checkdepends=('ocaml-ppx_expect')
options=('!strip')
source=("$pkgname-$pkgver::git+$url#commit=$_commit?signed")