summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDashon Wells2023-07-15 15:23:23 -0500
committerDashon Wells2023-07-15 15:23:23 -0500
commitddc5e8f08627b7a0551c39083a9f676b5c55b8b3 (patch)
treea389c5a206acec283a547b03c637c7b42cd3a922 /PKGBUILD
parent91eea4ae051b6abda74578bbb5971c0ad2787ee1 (diff)
downloadaur-ddc5e8f08627b7a0551c39083a9f676b5c55b8b3.tar.gz
Add missing runtime dependencies
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')