python-SQLAlchemy: update to 1.0.11

This commit is contained in:
Alessio Sergi 2015-12-23 12:53:23 +01:00
parent a068ddadf7
commit 48cbdd401a
1 changed files with 2 additions and 2 deletions

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.10 version=1.0.11
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=963415bf4ea4fa13698893464bc6917d291331e0e8202dddd0ebfed2864ef7e3 checksum=0b24729787fa1455009770880ea32b1fa5554e75170763b1aef8b1eb470de8a3
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE