summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-01-16 14:30:01 -0500
committerVincent Grande2021-01-16 14:30:01 -0500
commit930dfedadd70a761580501021a286fef71446c28 (patch)
tree6ea8a0770e3122e2d5808c5066f4dced8add0f42
parenteba812a4e3a272a03dcec2231741a76c690a6ad9 (diff)
downloadaur-930dfedadd70a761580501021a286fef71446c28.tar.gz
fix depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69075e854cab..1c35998cf726 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = pulseaudio-nosystemd-minimal-git
makedepends = tdb
makedepends = intltool
makedepends = dconf
+ makedepends = libcap
makedepends = orc
makedepends = check
makedepends = meson
@@ -20,8 +21,6 @@ pkgbase = pulseaudio-nosystemd-minimal-git
depends = rtkit
depends = tdb
depends = orc
- depends = dconf
- depends = libasyncns
depends = libsndfile
depends = speexdsp
optdepends = alsa-plugins: ALSA support
@@ -51,9 +50,8 @@ 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 = libxcb
depends = libsm
depends = libsndfile
provides = libpulse.so
diff --git a/PKGBUILD b/PKGBUILD
index 7dc092d1e62e..a54865abc7eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,9 @@ pkgrel=1
arch=(x86_64)
url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
license=(GPL)
-depends=("libltdl" "rtkit" "tdb" "orc" "dconf" "libasyncns" "libsndfile" "speexdsp")
+depends=("libltdl" "rtkit" "tdb" "orc" "libsndfile" "speexdsp")
makedepends=("git" "attr" "rtkit" "libasyncns"
- "tdb" "intltool" "dconf"
+ "tdb" "intltool" "dconf" "libcap"
"orc" "check" "meson" "speexdsp")
optdepends=("alsa-plugins: ALSA support"
"pulseaudio-alsa: ALSA configuration (recommended)")
@@ -132,7 +132,7 @@ package_pulseaudio-nosystemd-minimal-git() {
package_libpulse-nosystemd-minimal-git() {
pkgdesc="$pkgdesc (client library)"
- depends=(libasyncns libcap libxtst libsm libsndfile)
+ depends=(libcap libxcb libsm libsndfile)
provides=(libpulse{,-simple,-mainloop-glib}.so libpulse)
conflicts=(libpulse)
license=(LGPL)