diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-10-29 23:42:12 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-11-01 07:15:22 -0700 |
commit | 364054fbe749a6121d0b6ff4e2bdda80f17389e7 (patch) | |
tree | 1eb368935bb252aeb250196b7d2635d0e3111012 | |
parent | 5a5bb15949f7cf0abb717245bc23508af2c48ed9 (diff) |
pulseaudio: use AUTORELEASE variable
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
-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 |