From 364054fbe749a6121d0b6ff4e2bdda80f17389e7 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 29 Oct 2022 23:42:12 +0200 Subject: [PATCH] pulseaudio: use AUTORELEASE variable Signed-off-by: Josef Schlehofer --- sound/pulseaudio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index d908cd1cac..6c1da6a25d 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 -- 2.30.2