summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3S0X2020-08-13 20:28:26 +0200
committerD3S0X2020-08-13 20:28:26 +0200
commit0bdf4088f3406281609b77779a932fb841910017 (patch)
treeef8c3dd1b10e179418b6f4069bc8210d7ac8ef27
parent4e5451181ef8153a076856e3cda20e6d1c1c14cd (diff)
downloadaur-0bdf4088f3406281609b77779a932fb841910017.tar.gz
added pulseaudio dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90cc7d69a866..db5d5f0ca010 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = lyrebird
depends = python-gobject
depends = sox
depends = libsoxr
+ depends = pulseaudio
provides = lyrebird
conflicts = lyrebird
source = https://github.com/chxrlt/lyrebird/archive/v1.0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index dd30dd39efc0..bae78c91f345 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Simple and powerful voice changer for Linux, written in GTK 3."
arch=('any')
url="https://github.com/chxrlt/lyrebird"
license=('MIT')
-depends=('python>=3.8' 'python-toml' 'gtk3' 'python-gobject' 'sox' 'libsoxr')
+depends=('python>=3.8' 'python-toml' 'gtk3' 'python-gobject' 'sox' 'libsoxr' 'pulseaudio')
conflicts=('lyrebird')
provides=('lyrebird')