summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlaton Pronko2020-10-11 10:34:28 +0300
committerPlaton Pronko2020-10-11 10:34:28 +0300
commit6a1a6b37c4c5c31171d74a86a0fa5c9c8bd63f33 (patch)
tree6550ace0e55036efd8227137eb712e4159c2659c
parent74fffa02649a56d97172738e3f3d70a984421205 (diff)
downloadaur-6a1a6b37c4c5c31171d74a86a0fa5c9c8bd63f33.tar.gz
add git to makedependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40f48c0467a7..9268c9cd4a13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = gerbera-git
arch = armv7h
license = GPL2
makedepends = cmake
+ makedepends = git
depends = taglib
depends = curl
depends = sqlite
diff --git a/PKGBUILD b/PKGBUILD
index 9a33a785656a..44e048fba106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/gerbera/gerbera"
license=('GPL2')
depends=('taglib' 'curl' 'sqlite' 'file' 'gcc-libs' 'libupnp-git' 'libmatroska'
'duktape' 'libexif' 'expat' 'libebml' 'fmt' 'spdlog' 'pugixml' 'ffmpeg' 'ffmpegthumbnailer')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
install=gerbera.install
options=('emptydirs')
source=("$pkgname::git+https://github.com/gerbera/gerbera.git"