summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Treinish2015-09-02 18:35:25 -0400
committerMatthew Treinish2015-09-02 18:35:25 -0400
commitd69319566d1678bd27a2eb35e9ccf1d74e84c175 (patch)
tree0847d1407a4ede620d6b2b777eb7bb889bdad504
parent9654970cc0c4b7103e60bb5d9ab83dc783fe8815 (diff)
downloadaur-d69319566d1678bd27a2eb35e9ccf1d74e84c175.tar.gz
Bump package to latest release v1.2.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4d7728b284d..e43b9971da14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python2-gertty
-pkgver=1.0.3
+pkgver=1.2.1
pkgrel=1
pkgdesc="console-based interface to the Gerrit Code Review system"
arch=('any')
@@ -8,7 +8,7 @@ license=('Apache2')
source=("https://pypi.python.org/packages/source/g/gertty/gertty-$pkgver.tar.gz")
md5sums=('6109bf33ea454d9f148ce47dc12bb654')
makedepends=('python2' 'python2-setuptools')
-depends=('python2-gitpython' 'python2-sqlalchemy' 'python2-urwid' 'python2-dateutil' 'python2-requests' 'python2-ordereddict' 'python2-alembic' 'python2-yaml' 'python2-ply' 'python2-voluptuous' 'python2-pbr')
+depends=('python2-gitpython' 'python2-sqlalchemy' 'python2-urwid' 'python2-dateutil' 'python2-requests' 'python2-ordereddict' 'python2-alembic' 'python2-yaml' 'python2-ply' 'python2-voluptuous' 'python2-pbr' 'python2-six')
package() {
cd $srcdir/gertty-$pkgver