summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Smith2020-08-10 00:59:16 -0400
committerStephen Smith2020-08-10 00:59:16 -0400
commitf849456d43520f0be613fd16646da6ada65efe2b (patch)
tree499c65e8ab5359a961e784b610def27c43d13d06
parente02871bc21aeefa6f2095fee7c97a3f930dd45ba (diff)
downloadaur-f849456d43520f0be613fd16646da6ada65efe2b.tar.gz
Add dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d92901370a57..52e1aa45387d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = castblock-git
depends = bc
depends = diffutils
depends = coreutils
+ depends = go-chromecast-git
provides = castblock
conflicts = castblock
source = git+https://github.com/stephen304/castblock.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 266dbdc5853c..2b2b0048c31e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="CastBlock skips integrated youtube sponsors on all chromecasts on the n
arch=('any')
url="https://github.com/stephen304/castblock"
license=('GPL3')
-depends=('jq' 'bc' 'diffutils' 'coreutils')
+depends=('jq' 'bc' 'diffutils' 'coreutils' 'go-chromecast-git')
provides=('castblock')
conflicts=('castblock')
source=("git+${url}.git#branch=master")