summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillbelr2018-11-07 09:38:57 -0500
committerwillbelr2018-11-07 09:38:57 -0500
commit053924319531b983790dfd19690b8edfdbd9a9f5 (patch)
treec1a90466e5435e9c7aa9e2829ed866d9348abb6c
parent94a365901c98b8981cd55a53e1c9afc8a22362f2 (diff)
downloadaur-053924319531b983790dfd19690b8edfdbd9a9f5.tar.gz
updated dependancies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28180129c214..370fc9dcc8c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,12 @@ pkgbase = obsuite-git
arch = any
license = GPL3
depends = python>=3.6
+ depends = python-setuptools
depends = python-pyqt5
depends = qt5-svg
depends = qt5-multimedia
+ depends = alsa-utils
+ depends = pulseaudio-alsa
provides = obsuite
conflicts = obsuite
source = git+https://gitlab.com/william.belanger/obsuite.git
diff --git a/PKGBUILD b/PKGBUILD
index bf12bd4a0121..106d91e7719b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="System monitoring tools for custom desktop environments"
url="https://gitlab.com/william.belanger/${pkgname%-git}"
arch=("any")
license=("GPL3")
-depends=("python>=3.6" "python-pyqt5" "qt5-svg" "qt5-multimedia")
+depends=("python>=3.6" "python-setuptools" "python-pyqt5" "qt5-svg" "qt5-multimedia" "alsa-utils" "pulseaudio-alsa")
source=("git+https://gitlab.com/william.belanger/${pkgname%-git}.git")
md5sums=("SKIP")