summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Treinish2015-12-19 22:22:35 -0500
committerMatthew Treinish2015-12-19 22:25:57 -0500
commit643c4437726c3332343e191e44a17ec1ec838bac (patch)
treeda64a0314706d9042438ea0d5c4ec63ea536f929 /PKGBUILD
parent526a4267af463ba22223530bda6d72e18c13082d (diff)
downloadaur-643c4437726c3332343e191e44a17ec1ec838bac.tar.gz
Update to latest upstream 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e8a9445a2ac..08fe95503164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=python2-gertty
-pkgver=1.2.1
+pkgver=1.3.0
pkgrel=1
pkgdesc="console-based interface to the Gerrit Code Review system"
arch=('any')
url='https://pypi.python.org/pypi/gertty'
license=('Apache2')
source=("https://pypi.python.org/packages/source/g/gertty/gertty-$pkgver.tar.gz")
-md5sums=('f20192d6423fa9014b91b8f36ccbc101')
+md5sums=('fb01fdf8b15a81f83883e8871e0ecef4')
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' 'python2-six')