From: Nick Hainke Date: Mon, 7 Jun 2021 20:23:46 +0000 (+0200) Subject: gpsd: use $(AUTORELEASE) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e5e6aa421d8e83bca477bf7b31a83145f254a59b;p=openwrt-packages.git gpsd: use $(AUTORELEASE) The version is often incremented. Switch to $(AUTORELEASE). Signed-off-by: Nick Hainke --- diff --git a/utils/gpsd/Makefile b/utils/gpsd/Makefile index ae24b8e90..e1b18685e 100644 --- a/utils/gpsd/Makefile +++ b/utils/gpsd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gpsd PKG_VERSION:=3.21 -PKG_RELEASE:=4 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME)