summaryrefslogtreecommitdiff
path: root/python-alembic/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-08-29 11:50:04 +0200
committerErich Eckner <git@eckner.net>2016-08-29 11:50:04 +0200
commit367a6eef6c3d39a90b33ba6a7d01d2329dfebbc7 (patch)
tree4fda62da214cf69543459df74d73b21b15cd151e /python-alembic/PKGBUILD
parentf2d152bd5f69fd3a9c7db84fba8a63e407fa7c74 (diff)
downloadarchlinuxewe.git.save-367a6eef6c3d39a90b33ba6a7d01d2329dfebbc7.tar.xz
python-alembic 0.8.6 -> 0.8.7
Diffstat (limited to 'python-alembic/PKGBUILD')
-rw-r--r--python-alembic/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-alembic/PKGBUILD b/python-alembic/PKGBUILD
index 64c2982e..50db2ac9 100644
--- a/python-alembic/PKGBUILD
+++ b/python-alembic/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: googol <googol@posteo.de>
# Former maintainer: Oliver Mangold <o.mangold at gmail dot com>
pkgname=python-alembic
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.8.7
+pkgrel=1
pkgdesc="Alembic is a lightweight database migration tool for usage with the SQLAlchemy Database Toolkit for Python 3."
arch=('any')
url='https://bitbucket.org/zzzeek/alembic'
@@ -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=('6a0fce244d54cf34ba8ac683d00c592f63fd5e7216426f24653895d4df5fc6ee8fbe0a9d0c175cec0b42d83f583e0aa3a989f3d88aabefb6d6fca6ff75612d40')
+sha512sums=('9fe49d4a9778d6de1feab852dc0e6be115c6c4e813d2684e9987581a3ec018a6b06f65fa58752431e9f955a4322c469549c9b77212ca30684c7b72f966f1646f')
build() {
cd "${srcdir}/zzzeek-${pkgname#*-}-"*