summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDashon Wells2023-07-15 15:20:54 -0500
committerDashon Wells2023-07-15 15:20:54 -0500
commite4951b22f5115ff9150bfec6254ef070a7c2b787 (patch)
treeb5e043902212273293a6ef8c717a06062f5e646b
parent11b42f8937d0a7c2eee2069f98f89730514e26c3 (diff)
downloadaur-e4951b22f5115ff9150bfec6254ef070a7c2b787.tar.gz
Add missing runtime dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6d11bae1286..905cee4ec809 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = catt-qt
pkgdesc = A control GUI for Chromecasts written using python3, catt api, pychromecast and PyQt5.
pkgver = 4.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/soreau/catt-qt
arch = any
license = GPLv3
@@ -11,6 +11,10 @@ pkgbase = catt-qt
makedepends = python-wheel
depends = python
depends = python-pyqt5
+ depends = python-brotli
+ depends = python-pycryptodomex
+ depends = python-websockets
+ depends = xdg-desktop-portal
depends = catt
depends = python-pychromecast>=7.5.0
source = catt-qt-4.0.tar.gz::https://github.com/soreau/catt-qt/archive/refs/tags/v4.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f38777f72f38..ec3dafd8e027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='catt-qt'
pkgver=4.0
-pkgrel=3
+pkgrel=4
pkgdesc='A control GUI for Chromecasts written using python3, catt api, pychromecast and PyQt5.'
arch=('any')
url=https://github.com/soreau/catt-qt
@@ -13,6 +13,10 @@ license=('GPLv3')
depends=(
'python'
'python-pyqt5'
+ 'python-brotli'
+ 'python-pycryptodomex'
+ 'python-websockets'
+ 'xdg-desktop-portal'
'catt'
'python-pychromecast>=7.5.0')