summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-12-29 02:59:03 -0500
committerVincent Grande2020-12-29 02:59:03 -0500
commit90736ef7dc3f2ab85f0d167b443bf2a41e324795 (patch)
tree323d0a4fc4445e759bdba95eb2987f12b6de7bc6
parent971dd294b4f7c3236f0f6319e47643a494026b0e (diff)
downloadaur-90736ef7dc3f2ab85f0d167b443bf2a41e324795.tar.gz
add libasyncns
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d8f5da19e67..f2d27e05c8e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = pulseaudio-nosystemd-minimal-git
makedepends = git
makedepends = attr
makedepends = rtkit
+ makedepends = libasyncns
makedepends = tdb
makedepends = intltool
makedepends = orc
@@ -46,6 +47,7 @@ pkgname = pulseaudio-nosystemd-minimal-git
pkgname = libpulse-nosystemd-minimal-git
pkgdesc = A featureful, general-purpose sound server (client library)
license = LGPL
+ depends = libasyncns
depends = libcap
depends = libxtst
depends = libsm
diff --git a/PKGBUILD b/PKGBUILD
index 089ee53237c6..a94eea7449cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ arch=(x86_64)
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
license=(GPL)
depends=("libltdl" "rtkit" "tdb" "orc" "dconf")
-makedepends=("git" "attr" "rtkit"
+makedepends=("git" "attr" "rtkit" "libasyncns"
"tdb" "intltool"
"orc" "check" "meson" "speexdsp")
optdepends=("alsa-plugins: ALSA support"
@@ -132,7 +132,7 @@ package_pulseaudio-nosystemd-minimal-git() {
package_libpulse-nosystemd-minimal-git() {
pkgdesc="$pkgdesc (client library)"
- depends=(libcap libxtst libsm libsndfile)
+ depends=(libasyncns libcap libxtst libsm libsndfile)
provides=(libpulse{,-simple,-mainloop-glib}.so libpulse)
conflicts=(libpulse)
license=(LGPL)