summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 679498b2fbe4..f33c6f024a69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-gertty
pkgdesc = console-based interface to the Gerrit Code Review system
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://pypi.python.org/pypi/gertty
arch = any
@@ -8,7 +8,7 @@ pkgbase = python2-gertty
makedepends = python2
makedepends = python2-setuptools
makedepends = python2-sphinx
- depends = python2-git
+ depends = python2-gitpython
depends = python2-sqlalchemy
depends = python2-urwid
depends = python2-dateutil
@@ -21,8 +21,8 @@ pkgbase = python2-gertty
depends = python2-pbr
depends = python2-six
conflicts = python2-gertty-git
- source = https://pypi.python.org/packages/9e/ed/dd19a67c287fede452473a685ae3e30dba48a5b280173872450c73a4f94d/gertty-1.4.0.tar.gz
- md5sums = 579416c212dd2bc089f3340d804da8d5
+ source = https://pypi.io/packages/source/g/gertty/gertty-1.5.0.tar.gz
+ sha256sums = 290e4dc688b2f4d6886f0493b861c01a8c0419dd6c49a925fba0b936d3f28b23
pkgname = python2-gertty
diff --git a/PKGBUILD b/PKGBUILD
index ac62f5424806..064b09855bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=python2-gertty
-pkgver=1.4.0
+pkgver=1.5.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/9e/ed/dd19a67c287fede452473a685ae3e30dba48a5b280173872450c73a4f94d/gertty-1.4.0.tar.gz")
-md5sums=('579416c212dd2bc089f3340d804da8d5')
+source=("https://pypi.io/packages/source/g/gertty/gertty-$pkgver.tar.gz")
+sha256sums=('290e4dc688b2f4d6886f0493b861c01a8c0419dd6c49a925fba0b936d3f28b23')
makedepends=('python2' 'python2-setuptools' 'python2-sphinx')
-depends=('python2-git' 'python2-sqlalchemy' 'python2-urwid' 'python2-dateutil' 'python2-requests' 'python2-ordereddict' 'python2-alembic' 'python2-yaml' 'python2-ply' 'python2-voluptuous' 'python2-pbr' 'python2-six')
+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')
conflicts=('python2-gertty-git')
package() {