summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Treinish2015-12-19 22:22:35 -0500
committerMatthew Treinish2015-12-19 22:25:57 -0500
commit643c4437726c3332343e191e44a17ec1ec838bac (patch)
treeda64a0314706d9042438ea0d5c4ec63ea536f929
parent526a4267af463ba22223530bda6d72e18c13082d (diff)
downloadaur-643c4437726c3332343e191e44a17ec1ec838bac.tar.gz
Update to latest upstream 1.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0a920254ddf..9f279ae1f490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Dec 20 03:25:45 UTC 2015
pkgbase = python2-gertty
pkgdesc = console-based interface to the Gerrit Code Review system
- pkgver = 1.2.1
+ pkgver = 1.3.0
pkgrel = 1
url = https://pypi.python.org/pypi/gertty
arch = any
@@ -19,8 +21,8 @@ pkgbase = python2-gertty
depends = python2-voluptuous
depends = python2-pbr
depends = python2-six
- source = https://pypi.python.org/packages/source/g/gertty/gertty-1.2.1.tar.gz
- md5sums = f20192d6423fa9014b91b8f36ccbc101
+ source = https://pypi.python.org/packages/source/g/gertty/gertty-1.3.0.tar.gz
+ md5sums = fb01fdf8b15a81f83883e8871e0ecef4
pkgname = python2-gertty
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')