summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Smith2020-10-25 11:51:56 -0400
committerStephen Smith2020-10-25 11:51:56 -0400
commitc3ae095234d2388dbfdf320dc7fe596356497368 (patch)
tree8808eec4eccd2efa33d0198321014ca6ee1a5dfc
parentf849456d43520f0be613fd16646da6ada65efe2b (diff)
downloadaur-c3ae095234d2388dbfdf320dc7fe596356497368.tar.gz
tweak: Add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52e1aa45387d..6a1a8f0b3fb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = castblock-git
url = https://github.com/stephen304/castblock
arch = any
license = GPL3
+ makedepends = git
depends = jq
depends = bc
depends = diffutils
diff --git a/PKGBUILD b/PKGBUILD
index 2b2b0048c31e..a0c5ebef5de2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
url="https://github.com/stephen304/castblock"
license=('GPL3')
depends=('jq' 'bc' 'diffutils' 'coreutils' 'go-chromecast-git')
+makedepends=('git')
provides=('castblock')
conflicts=('castblock')
source=("git+${url}.git#branch=master")