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 295976111866..8c5555475b06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = ocaml-ffmpeg-git
arch = x86_64
license = LGPL2.1
makedepends = dune
+ makedepends = git
depends = ocaml
depends = ffmpeg
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index d3fb730cdc29..b3886b39653f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/savonet/ocaml-ffmpeg"
license=('LGPL2.1')
depends=('ocaml' 'ffmpeg')
-makedepends=('dune')
+makedepends=('dune' 'git')
options=('!strip' '!makeflags')
source=("$pkgname::git+https://github.com/savonet/ocaml-ffmpeg")