summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgoogol2015-10-16 21:39:40 +0200
committergoogol2015-10-16 21:39:40 +0200
commit792e27b4781202e8561c8451506ed4922005504e (patch)
treef002278e21308f8cc1784eb97fca4c8d9fabfc57 /PKGBUILD
parent6277ef061cc5e69961d3f1272206f8498d5604ed (diff)
downloadaur-792e27b4781202e8561c8451506ed4922005504e.tar.gz
Feature: 0.8.3 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f17af073bbc..5dc839500462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: googol <googol@posteo.de>
# Former maintainer: Oliver Mangold <o.mangold at gmail dot com>
pkgname=python-alembic
-pkgver=0.8.2
-pkgrel=3
+pkgver=0.8.3
+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 @@ 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=('a69d65a766801c40e921ca24ae358bf081a990f54b867bbdc3e2a73e975550be'
+sha256sums=('eeac36589c1bf393e2040de01514a0d101ef17039957300209b0b44f3ddffce9'
'SKIP')
# Developers key: https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/python-sqlalchemy
validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')