diff options
Diffstat (limited to 'applications/luci-app-aria2/Makefile')
-rw-r--r-- | applications/luci-app-aria2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-aria2/Makefile b/applications/luci-app-aria2/Makefile index f5b006c357..8035ea3a50 100644 --- a/applications/luci-app-aria2/Makefile +++ b/applications/luci-app-aria2/Makefile @@ -14,14 +14,14 @@ PKG_VERSION:=1.0.1 # Release == build # increase on changes of translation files -PKG_RELEASE:=2 +PKG_RELEASE:=4 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Hsing-Wang Liao <kuoruan@gmail.com> # LuCI specific settings LUCI_TITLE:=LuCI Support for Aria2 -LUCI_DEPENDS:=+aria2 +LUCI_DEPENDS:=+luci-lib-ipkg +aria2 LUCI_PKGARCH:=all define Package/$(PKG_NAME)/config |