diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 0d66b34ba..9601c704e 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=12.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases/ @@ -84,7 +84,7 @@ endef define Package/pulseaudio-tools SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libsndfile +pulseaudio + DEPENDS:=+libsndfile pulseaudio TITLE:=Tools for Pulseaudio URL:=http://www.pulseaudio.org VARIANT:=noavahi @@ -93,7 +93,7 @@ endef define Package/pulseaudio-profiles SECTION:=sound CATEGORY:=Sound - DEPENDS:=+pulseaudio + DEPENDS:=pulseaudio TITLE:=Profiles for Pulseaudio URL:=http://www.pulseaudio.org endef