diff --git a/.SRCINFO b/.SRCINFO index 929e796b26ec5..93f89a695529a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,6 +6,8 @@ pkgbase = hyprwhspr install = hyprwhspr.install arch = x86_64 license = MIT + depends = cmake + depends = git depends = python depends = python-pip depends = python-setuptools @@ -18,6 +20,8 @@ pkgbase = hyprwhspr depends = python-psutil depends = python-pyudev depends = python-rich + depends = python-gobject + depends = python-dbus depends = ydotool depends = pipewire depends = pipewire-alsa diff --git a/PKGBUILD b/PKGBUILD index d74c09792fb08..dd790d4310160 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,6 +9,8 @@ url="https://github.com/goodroot/hyprwhspr" license=('MIT') makedepends=() depends=( + 'cmake' + 'git' 'python' 'python-pip' 'python-setuptools' @@ -21,6 +23,9 @@ depends=( 'python-psutil' 'python-pyudev' 'python-rich' + 'python-gobject' + 'python-pulsectl' + 'python-dbus' 'ydotool' 'pipewire' 'pipewire-alsa' 'pipewire-pulse' )