From a2b463f48a7e16ff8120ac53fed7323cdda46771 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 19 Sep 2016 10:38:15 +0200 Subject: python-alembic 0.8.7 -> 0.8.8 --- python-alembic/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-alembic/PKGBUILD b/python-alembic/PKGBUILD index 50db2ac99..247c3aa01 100644 --- a/python-alembic/PKGBUILD +++ b/python-alembic/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: googol # Former maintainer: Oliver Mangold pkgname=python-alembic -pkgver=0.8.7 +pkgver=0.8.8 pkgrel=1 pkgdesc="Alembic is a lightweight database migration tool for usage with the SQLAlchemy Database Toolkit for Python 3." arch=('any') @@ -11,7 +11,7 @@ license=('MIT') depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor') makedepends=('python-setuptools') source=("https://bitbucket.org/zzzeek/alembic/get/rel_${pkgver//./_}.tar.bz2") -sha512sums=('9fe49d4a9778d6de1feab852dc0e6be115c6c4e813d2684e9987581a3ec018a6b06f65fa58752431e9f955a4322c469549c9b77212ca30684c7b72f966f1646f') +sha512sums=('9c4160a5adec811e56aaed2818e4d73a299a6b2949745c93cc780fe991965b1c58005778df2ea26cca4cfe79fb2a474e1cceeaa484675048894739b9d36ac15e') build() { cd "${srcdir}/zzzeek-${pkgname#*-}-"* -- cgit v1.2.3-54-g00ecf