summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-alembic/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-alembic/PKGBUILD b/python-alembic/PKGBUILD
index 5c07f34d..fb98aaa1 100644
--- a/python-alembic/PKGBUILD
+++ b/python-alembic/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: googol <googol@posteo.de>
# Former maintainer: Oliver Mangold <o.mangold at gmail dot com>
pkgname=python-alembic
-pkgver=0.9.1
+pkgver=0.9.2
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>=3.6' 'python<3.7' 'python-mako' 'python-sqlalchemy' 'python-editor')
makedepends=('python-setuptools')
source=("https://bitbucket.org/zzzeek/alembic/get/rel_${pkgver//./_}.tar.bz2")
-sha512sums=('b6b3d4a81e8ffbacca10be0264cb595699f3aa6712795bb4e01b5b9968c9deaa509b5c789f8de9fc4abb98d2761a81dbc8bea6085d4a2eaad7cf813356abe701')
+sha512sums=('ef36ceb7ef90907bd58491114eed763ecaf7ce24b6c6cc7d81ea454f0c1a3308b386af2644f5b17852838c2c074c33382dc72ca5addfb49d67b076270ae2c288')
build() {
cd "${srcdir}/zzzeek-${pkgname#*-}-"*