python-jinja: update to 2.7.3

This commit is contained in:
Alessio Sergi 2014-07-01 13:17:46 +02:00
parent e64f3d8a95
commit f1efccfe6c
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'python-jinja' # Template file for 'python-jinja'
pkgname=python-jinja pkgname=python-jinja
version=2.7.2 version=2.7.3
revision=2 revision=1
noarch="yes" noarch=yes
wrksrc="Jinja2-${version}" wrksrc="Jinja2-${version}"
build_style=python-module build_style=python-module
python_versions="2.7 3.4" python_versions="2.7 3.4"
@ -23,6 +23,6 @@ python3.4-jinja_package() {
pycompile_module="jinja2" pycompile_module="jinja2"
short_desc="${short_desc/Python2/Python3.4}" short_desc="${short_desc/Python2/Python3.4}"
pkg_install() { pkg_install() {
vmove /usr/lib/python3.4 vmove usr/lib/python3.4
} }
} }