python-SQLAlchemy: update to 1.1.2
This commit is contained in:
parent
a7d8ffd182
commit
0603c00ba0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-SQLAlchemy'
|
||||
pkgname=python-SQLAlchemy
|
||||
version=1.1.1
|
||||
revision=2
|
||||
version=1.1.2
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="http://www.sqlalchemy.org/"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
|
||||
checksum=2ef167c95042c43e48e51fe4e9745178be3dafb53efc6d091d2485fff9160230
|
||||
checksum=1692c35bc0f7026d20cabd43b0f6f265e855129f44eb4574fea361e3c5cc89a5
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue