diff options
-rw-r--r-- | sound/pulseaudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index d908cd1ca..6c1da6a25 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pulseaudio PKG_VERSION:=14.2 -PKG_RELEASE:=2 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases |