summaryrefslogtreecommitdiff
path: root/python-alembic/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-11-29 06:42:12 +0100
committerErich Eckner <git@eckner.net>2016-11-29 06:42:12 +0100
commit20326c36bd24899b3d1941c05ba95c9c3ebaec9c (patch)
treef94f0703c5f0ac87f11171b407d2ab89acb6685c /python-alembic/PKGBUILD
parentc322f9c48c2a99c0ef39c509899b3cc1e201a6a5 (diff)
downloadarchlinuxewe.git.save-20326c36bd24899b3d1941c05ba95c9c3ebaec9c.tar.xz
python-alembic 0.8.8 -> 0.8.9
Diffstat (limited to 'python-alembic/PKGBUILD')
-rw-r--r--python-alembic/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-alembic/PKGBUILD b/python-alembic/PKGBUILD
index 247c3aa0..18adef82 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.8.8
+pkgver=0.8.9
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=('9c4160a5adec811e56aaed2818e4d73a299a6b2949745c93cc780fe991965b1c58005778df2ea26cca4cfe79fb2a474e1cceeaa484675048894739b9d36ac15e')
+sha512sums=('f8b8c26f2e89000b8ba57dff59e25addbdd8f52c629c806e85d95e16f7db9c49e72ed2cf5daeeaafab85d2c6a58729f579fb74c323100a9a24430fa9c4302be2')
build() {
cd "${srcdir}/zzzeek-${pkgname#*-}-"*