pulseaudio: update to 9.0, fix typo
authorPeter Wagner <tripolar@gmx.at>
Mon, 3 Oct 2016 18:06:12 +0000 (20:06 +0200)
committerPeter Wagner <tripolar@gmx.at>
Mon, 3 Oct 2016 18:06:12 +0000 (20:06 +0200)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
sound/pulseaudio/Makefile

index b84449f071a36027a85731b060da000be55d0265..788111b94fb9fccc784f91ef7525a0e69ec80fc7 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pulseaudio
-PKG_VERSION:=8.0
+PKG_VERSION:=9.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://freedesktop.org/software/pulseaudio/releases/
-PKG_MD5SUM:=8678442ba0bb4b4c33ac6f62542962df
+PKG_MD5SUM:=da7162541b3a9bc20576dbd0d7d1489a
 PKG_LICENSE:=LGPL-2.1+
 PKG_LICENSE_FILES:=GPL LICENSE
 
@@ -70,7 +70,7 @@ endef
 define Package/pulseaudio-profiles
   SECTION:=sound
   CATEGORY:=Sound
-  DEPENDS:=pulseaudio
+  DEPENDS:=+pulseaudio
   TITLE:=Profiles for Pulseaudio
   URL:=http://www.pulseaudio.org
 endef