fixes: https://github.com/openwrt/openwrt/pull/24247#issuecomment-
5139402966
Signed-off-by: Andy Chiang <redacted>
PKG_NAME:=cligen
PKG_VERSION:=7.8.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/clicon/$(PKG_NAME)/tar.gz/$(PKG_VERSION)?
CATEGORY:=Utilities
URL:=https://www.cligen.se
TITLE:=CLIgen is a Command-Line Interface generator
- DEPENDS:=libxml2
+ DEPENDS:=+libxml2
endef
define Package/cligen/description