summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dc839500462..76599e445e7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: googol <googol@posteo.de>
# Former maintainer: Oliver Mangold <o.mangold at gmail dot com>
pkgname=python-alembic
-pkgver=0.8.3
+pkgver=0.8.4
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 @@ depends=('python' 'python-mako' 'python-sqlalchemy' 'python-editor')
makedepends=('python-setuptools')
source=(https://pypi.python.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz
https://pypi.python.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz.asc)
-sha256sums=('eeac36589c1bf393e2040de01514a0d101ef17039957300209b0b44f3ddffce9'
+sha256sums=('8507fc12ccc99321da2fa117dde4b5d8664ff5ef017df7ce5e7e5051901a624a'
'SKIP')
# Developers key: https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/python-sqlalchemy
validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')