python-Flask-WTF: update to 0.13
This commit is contained in:
parent
4eeaf3118e
commit
0b819b43c9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-Flask-WTF'
|
||||
pkgname=python-Flask-WTF
|
||||
version=0.12
|
||||
version=0.13
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
|
@ -11,10 +11,10 @@ hostmakedepends="python-setuptools python3.4-setuptools"
|
|||
depends="python-Flask python-WTForms"
|
||||
short_desc="Simple integration of Flask and WTForms (Python2)"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="BSD"
|
||||
license="3-clause-BSD"
|
||||
homepage="https://github.com/lepture/flask-wtf"
|
||||
distfiles="${PYPI_SITE}/F/Flask-WTF/Flask-WTF-${version}.tar.gz"
|
||||
checksum=bd99316c97ed1d1cb90b8f0c242c86420a891a6a2058f20717e424bf5b0bb80e
|
||||
checksum=d928a8d8589f87e404c9f3ed7420145cad235799099b7d3635a7ab29f2e05421
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue