summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f63ab70af75..f48ecbe593a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,20 +6,17 @@
pkgname='catt'
pkgver=0.12.9
-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}"
license=('BSD')
depends=(
- 'python'
'python-click'
- 'python-ifaddr'
- 'python-netifaces'
+ 'python-importlib-metadata'
'python-pychromecast>=7.5.0'
- 'python-requests'
- 'yt-dlp>=2020.06.06')
+ 'yt-dlp')
makedepends=('python-setuptools')