diff options
Diffstat (limited to 'python-alembic')
-rw-r--r-- | python-alembic/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-alembic/PKGBUILD b/python-alembic/PKGBUILD index 4e76bfc62..095aac066 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.4 +pkgver=0.9.5 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=('bf38de8a50de55aea210d7e11bfa7faf6abb91c3c2bd6c0c40ef1a393ba030cbca83c57b4d8b322cb3748f6add27db711f15884d0e40edbf2964c70edd438c30') +sha512sums=('8f56b9c66530623694621f5d25a90bfc835d041b5f2f9bd77d5b57057a0bbcf19d6ec3f76a0c2b063f13c788d32365ed5ddc943c9e5e0b06bc09b3bcdacdeca0') build() { cd "${srcdir}/zzzeek-${pkgname#*-}-"* |