From: Eneas U de Queiroz Date: Thu, 16 May 2019 14:50:16 +0000 (-0300) Subject: django-simple-captcha: adjust Makefile style X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a7308d266b9d045dc5e88e08bf1c3b9122dfa93f;p=openwrt-packages.git django-simple-captcha: adjust Makefile style Signed-off-by: Eneas U de Queiroz --- diff --git a/lang/python/django-simple-captcha/Makefile b/lang/python/django-simple-captcha/Makefile index a55e266d5..449ad8749 100644 --- a/lang/python/django-simple-captcha/Makefile +++ b/lang/python/django-simple-captcha/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-simple-captcha PKG_VERSION:=0.5.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=MIT @@ -26,7 +26,7 @@ define Package/django-simple-captcha SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - TITLE:=A very simple, yet powerful, Django captcha application + TITLE:=Simple Django captcha application URL:=https://github.com/mbi/django-simple-captcha DEPENDS:=+python +python-six +django +pillow +django-ranged-response VARIANT:=python