summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 278266c822aa..0a6bc88d0850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,15 @@
pkgname="catt"
pkgver=0.12.11
-pkgrel=2
+pkgrel=3
pkgdesc='Cast All The Things - Send videos from many, many online sources to your Chromecast.'
arch=('any')
url="https://github.com/skorokithakis/catt"
license=('BSD')
depends=(
'python-click'
+ 'python-ifaddr'
+ 'python-requests'
'python-importlib-metadata' # silence namcap warning
'python-pychromecast'
'yt-dlp')