summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Strassel2018-03-10 21:49:52 +0100
committerJonas Strassel2018-03-10 21:49:52 +0100
commita63792887829660f312c242b37a4d5bf39ac5fd8 (patch)
treeb8384e5af196d978ffdd69dbe84a4075543929a3 /PKGBUILD
parentafca8e00b1a4dbd75077cd7f2972322dcb6a6e39 (diff)
downloadaur-a63792887829660f312c242b37a4d5bf39ac5fd8.tar.gz
added pychromecast as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 788104fa95c7..706e5b3a0123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A native Linux GUI for Chromecasting local files.'
arch=('x86_64')
url='https://github.com/keredson/gnomecast'
license=('GPL-3.0')
-depends=('gtk3' 'python' 'ffmpeg' 'python-paste' 'python-bottle')
+depends=('gtk3' 'python' 'ffmpeg' 'python-paste' 'python-bottle' 'python-pychromecast-git')
makedepends=('python-setuptools' 'python-pip')
provides=('gnomecast')
source=("$pkgname::git://github.com/keredson/gnomecast.git")