summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-09-23 12:54:58 -0400
committerVincent Grande2020-09-23 12:54:58 -0400
commit3d5220fb97975bf18cae65e4f3210fa70faf6172 (patch)
tree16af1838a4983c8b9b3dcc4ca118c24cddd5f134
parent88acbc56d2ac6ffea16838ff12015eb08d97d7bb (diff)
downloadaur-3d5220fb97975bf18cae65e4f3210fa70faf6172.tar.gz
dependency fix
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07cb4bc30956..dbe4e2ef2ffe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,7 +36,6 @@ pkgbase = pulseaudio-nosystemd-git
sha256sums = SKIP
pkgname = pulseaudio-nosystemd-git
- depends = libpulse
depends = rtkit
depends = libltdl
depends = speexdsp
diff --git a/PKGBUILD b/PKGBUILD
index e3da5883acdc..2d50946331c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ _pick() {
}
package_pulseaudio-nosystemd-git() {
- depends=(libpulse rtkit libltdl speexdsp tdb orc libsoxr
+ depends=(rtkit libltdl speexdsp tdb orc libsoxr
webrtc-audio-processing gst-plugins-base-libs)
optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
backup=(etc/pulse/{daemon.conf,default.pa,system.pa})