summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMr. Tao2021-07-18 15:25:21 +0200
committerMr. Tao2021-07-18 15:25:21 +0200
commit541d63281c0344e4cb8da7ff3fea8dc128494175 (patch)
treedef7c3c60d164de10c7fd2d40d35a9c3dacaa0ed /PKGBUILD
parent543e85c391f95e5757abfd635d1a4c6c27d0a296 (diff)
downloadaur-541d63281c0344e4cb8da7ff3fea8dc128494175.tar.gz
Make pulseaudio-airplay-rtp dependent on pulseaudio-airplay
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63d14683a521..859bdbe88cfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -198,7 +198,7 @@ package_pulseaudio-airplay-equalizer(){
package_pulseaudio-airplay-rtp() {
pkgdesc="RTP and RAOP support for PulseAudio"
- depends=("pulseaudio=$pkgver-$pkgrel")
+ depends=("pulseaudio-airplay=$pkgver-$pkgrel")
mv rtp/* "$pkgdir"
}