summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302020-05-29 22:19:01 +0200
committerM0Rf302020-05-29 22:19:01 +0200
commit10cdf32ab1edfcb241f69ba5c1d6244263d444fb (patch)
tree0f932c30d2243ea9aecc57609836668271e4b9d9
parent1b7f2aa1acb1d21fc88560a8372a29c58a3e129f (diff)
downloadaur-10cdf32ab1edfcb241f69ba5c1d6244263d444fb.tar.gz
ocaml-ffmpeg-git: update
-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")