alfred: use $(AUTORELEASE) for PKG_RELEASE
authorSven Eckelmann <sven@narfation.org>
Fri, 14 May 2021 17:19:00 +0000 (19:19 +0200)
committerSven Eckelmann <sven@narfation.org>
Fri, 14 May 2021 17:19:00 +0000 (19:19 +0200)
Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE
on every commit manually.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
alfred/Makefile

index 8ab26e1c6190c41b3dcf9ad47b15897a755f0d4a..7e25340471e017a38d0c50504e0cb40e80987b8f 100644 (file)
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=alfred
 PKG_VERSION:=2021.0
-PKG_RELEASE:=3
+PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)