summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cb2244efefa..8239cc58eba2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python2-gertty
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="console-based interface to the Gerrit Code Review system"
arch=('any')
url='https://pypi.python.org/pypi/gertty'
@@ -9,6 +9,7 @@ source=("https://pypi.python.org/packages/source/g/gertty/gertty-$pkgver.tar.gz"
md5sums=('5f4a49840d63d445834b8ba9598ce9cd')
makedepends=('python2' 'python2-setuptools')
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')
+conflicts=('python2-gertty-git')
package() {
cd $srcdir/gertty-$pkgver