summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael2020-11-05 19:37:58 -0500
committerMichael2020-11-05 19:37:58 -0500
commit79c291cade2baff608716a55354df3c274a604cf (patch)
tree7e73d0c6f7b347d64c8d4e6613c79f2b7945ab0c /PKGBUILD
parente6aed8069987d5686b5ba58df8cc5a441b159ea9 (diff)
downloadaur-79c291cade2baff608716a55354df3c274a604cf.tar.gz
Add depends for pychromecast >= 7.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c657c637101b..cba43ed4d678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname='catt'
pkgver=0.12.0
-pkgrel=1
+pkgrel=2
pkgdesc='Cast All The Things - Send videos from many, many online sources to your Chromecast.'
arch=('any')
url=https://github.com/skorokithakis/"${pkgname}"
@@ -16,7 +16,7 @@ depends=(
'python-click'
'python-ifaddr'
'python-netifaces'
- 'python-pychromecast6'
+ 'python-pychromecast>=7.5.0'
'python-requests'
'youtube-dl>=2020.06.06')
makedepends=('python' 'python-setuptools')