summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoogol2017-03-25 17:16:54 +0100
committergoogol2017-03-25 17:16:54 +0100
commit6abdd1d7b2de7ecf69ec73efc478f411ffe29897 (patch)
tree2c3b41ce1881f96cb2b5a707691429eaef811026
parentfb9accbe7e71a35ed6eb51eee8d260fd691eecfb (diff)
downloadaur-6abdd1d7b2de7ecf69ec73efc478f411ffe29897.tar.gz
Feature: update to 0.9.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 152fcfb5f680..6093c0b30e6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Mar 25 16:15:08 UTC 2017
pkgbase = python2-alembic
pkgdesc = Alembic is a lightweight database migration tool for usage with the SQLAlchemy Database Toolkit for Python 2.
- pkgver = 0.8.9
+ pkgver = 0.9.1
pkgrel = 1
url = https://bitbucket.org/zzzeek/alembic
arch = any
@@ -9,10 +11,9 @@ pkgbase = python2-alembic
depends = python2-sqlalchemy
depends = python2-mako
depends = python2-editor
- source = https://pypi.io/packages/source/a/alembic/alembic-0.8.9.tar.gz
- source = https://pypi.io/packages/source/a/alembic/alembic-0.8.9.tar.gz.asc
- validpgpkeys = 83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1
- sha256sums = 0932bed55a4546b8aa6f59b8ad8b92b0161e7bd46adc538d50afb1c96b3571c1
+ source = https://pypi.io/packages/source/a/alembic/alembic-0.9.1.tar.gz
+ source = https://pypi.io/packages/source/a/alembic/alembic-0.9.1.tar.gz.asc
+ sha256sums = 767cf6c8c4578f1f625f17bfbc8716a7d4f80a0c1efc7a9b72af30ad68954962
sha256sums = SKIP
pkgname = python2-alembic
diff --git a/PKGBUILD b/PKGBUILD
index d0bf0108a434..2e27c52f1503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: googol <googol@posteo.de>
# Former Maintainer unknown (because the line in the PKGBUILD was accidentally removed).
pkgname=python2-alembic
-pkgver=0.8.9
+pkgver=0.9.1
pkgrel=1
pkgdesc="Alembic is a lightweight database migration tool for usage with the SQLAlchemy Database Toolkit for Python 2."
arch=('any')
@@ -11,9 +11,9 @@ depends=('python2' 'python2-sqlalchemy' 'python2-mako' 'python2-editor')
source=(https://pypi.io/packages/source/a/alembic/alembic-${pkgver}.tar.gz
https://pypi.io/packages/source/a/alembic/alembic-${pkgver}.tar.gz.asc)
-
-sha256sums=('0932bed55a4546b8aa6f59b8ad8b92b0161e7bd46adc538d50afb1c96b3571c1'
+sha256sums=('767cf6c8c4578f1f625f17bfbc8716a7d4f80a0c1efc7a9b72af30ad68954962'
'SKIP')
+
# Developers key: https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/python-sqlalchemy
validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')