summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralexdelorenzo2020-11-16 20:24:17 -0500
committeralexdelorenzo2020-11-16 20:24:17 -0500
commit16e8e709995a3d60a59f8fe438f3c5806038f783 (patch)
tree83717d591e870e2bca49b671e3b2b93e4937a0ae /PKGBUILD
parente0b934bde7fe23cc9e4f56384a9c6a8b6e50dcfb (diff)
downloadaur-16e8e709995a3d60a59f8fe438f3c5806038f783.tar.gz
Add python-click dep, use correct src version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31f6f9dd16b2..962e7513e85a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Control Chromecasts from Linux and D-Bus "
arch=('any')
url="https://github.com/alexdelorenzo/chromecast_mpris"
license=('AGPL3')
-depends=('python>=3.6.0' 'python-gobject' 'python-pydbus')
+depends=('python>=3.6.0' 'python-gobject' 'python-pydbus' 'python-click')
makedepends=('git' 'python-pip')
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
md5sums=('SKIP')