summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-05-04 03:13:47 +0200
committerDaniel Peukert2024-05-04 03:13:47 +0200
commita6727d237a4fd5e898e4922aaee66e110faefbce (patch)
tree8207d3506ba365222edce98d52977e61b266d225
parent4b77f25e56da065eab3c6cda8b0a6eec45fe1463 (diff)
downloadaur-a6727d237a4fd5e898e4922aaee66e110faefbce.tar.gz
Add missing dependencies
-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")