summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortheRealCarneiro2021-10-28 15:12:21 -0300
committertheRealCarneiro2021-10-28 15:12:21 -0300
commite94b2bbcb189376cec191292a907cf4da5f71c0f (patch)
tree42a2e62bd7b19b1237a294cd8d5d97a7273fe499
parenta3fb5146f0eabf69c36a141965c4ae3b8907fc34 (diff)
downloadaur-e94b2bbcb189376cec191292a907cf4da5f71c0f.tar.gz
fixed dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6884095839a9..a2058606d2e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = pulsemeeter-git
makedepends = python-setuptools
depends = python
depends = python-gobject
+ depends = python-appdirs
depends = gtk3
depends = noise-suppression-for-voice
depends = swh-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 6cacbe37d43c..a3ff19648a5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A pulseaudio audio routing application"
url="https://github.com/theRealCarneiro/pulsemeeter"
arch=('i686' 'x86_64')
license=('MIT')
-depends=('python' 'python-gobject' 'gtk3' 'noise-suppression-for-voice' 'swh-plugins')
+depends=('python' 'python-gobject' 'python-appdirs' 'gtk3' 'noise-suppression-for-voice' 'swh-plugins')
provides=('pulsemeeter')
makedepends=('git' 'python-setuptools')
optdepends=('glade: customize interface' 'pulseaudio')