python-itsdangerous: short_desc NOT short_descr!

This commit is contained in:
Juan RP 2015-01-06 11:21:50 +01:00
parent 32f16455a3
commit c22c3115f8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ python3.4-itsdangerous_package() {
depends="python3.4"
pycompile_version="3.4"
pycompile_module="itsdangerous"
short_desc="${short_descr/Python2/Python3.4}"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}