python-SQLAlchemy: update to 1.0.5

This commit is contained in:
Alessio Sergi 2015-06-10 20:18:50 +02:00
parent ef15e80b37
commit f7e2550ec7

View file

@ -1,6 +1,6 @@
# Template file for 'python-SQLAlchemy' # Template file for 'python-SQLAlchemy'
pkgname=python-SQLAlchemy pkgname=python-SQLAlchemy
version=1.0.4 version=1.0.5
revision=1 revision=1
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python-module build_style=python-module
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="http://www.sqlalchemy.org/" homepage="http://www.sqlalchemy.org/"
license="MIT" license="MIT"
distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz" distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
checksum=9eb568d6381c6a45e3cc5616333deab653a15b3c6f9958419abeb055b400400e checksum=b57d3a35c39ed956e3002118a51502918b2fd357eca7523a6b50ef8d329a29be
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE