diff options
author | Peter Wagner <tripolar@gmx.at> | 2016-10-03 20:06:12 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2016-10-03 20:06:12 +0200 |
commit | fbe48e21724ad3cdae9879f279e2886fecc4de87 (patch) | |
tree | 7f695136f60d9cb65b4150d96358acd8dde8dbb3 /sound | |
parent | 786d48aaa7324d9bb18de34deda540fdd3cdaee6 (diff) |
pulseaudio: update to 9.0, fix typo
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pulseaudio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index b84449f07..788111b94 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -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 |