summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')