summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2021-11-25 09:26:30 -0500
committerSolomon Choina2021-11-25 09:26:30 -0500
commit98022d98216e70b35b48e0a76f766b1e840297f3 (patch)
tree8f407764532abdc9f5d3c920bbb1c84e6f416669
parent2b3f5da445da3ce09484ad1a5d9ab13e334d6a25 (diff)
downloadaur-98022d98216e70b35b48e0a76f766b1e840297f3.tar.gz
adding libwrap as runtime depend
-rwxr-xr-x.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db5e9bb8d544..d1cd056429a2 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -54,6 +54,7 @@ pkgbase = pulseaudio-git
depends = python-sip
depends = fftw
depends = dconf
+ depends = libwrap
depends = gst-plugins-base-libs
optdepends = alsa-plugins: ALSA support
optdepends = pulseaudio-alsa: ALSA configuration (recommended)
diff --git a/PKGBUILD b/PKGBUILD
index fee07fb3ecf9..0614cb0321f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ license=("GPL" "LGPL")
install=pulseaudio.install
depends=(lib{ltdl,soxr,asyncns,xtst,sndfile} "rtkit" "speexdsp" "tdb" "orc"
"webrtc-audio-processing" jack2 "lirc" bluez{,-libs} "sbc"
- python-{pyqt5,dbus,sip} "fftw" dconf gst-plugins-base-libs)
+ python-{pyqt5,dbus,sip} "fftw" dconf libwrap gst-plugins-base-libs)
makedepends=("git" lib{asyncns,xtst,tool,soxr,sndfile} "attr" "rtkit" "speexdsp"
"tdb" jack2 bluez{,-libs} "intltool" "sbc" "lirc" "fftw"
"orc" "gtk3" "webrtc-audio-processing" "check" "meson" "valgrind"