summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2164a94c2c50..a6cdd79d2b73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-pygerrit2
-pkgver=2.0.14
+pkgver=2.0.15
pkgrel=1
pkgdesc="Python library to interface with Gerrit's REST API "
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
url="https://github.com/dpursehouse/pygerrit2"
depends=('python-setuptools' 'python-pbr' 'python-requests')
source=("https://pypi.io/packages/source/p/pygerrit2/pygerrit2-$pkgver.tar.gz")
-sha512sums=('368ddfb950aa40688cbf8895019c18b15101c86c0e420fe99372b55dfe81a515ea9975d86fb03ed6dcc75e33791c50edcf67cf4ece9f038f84e511e33ec0a1ed')
+sha512sums=('1fa705d44cbdf2fb3adc8db70abf988ac80aefbc8949767a311c5e63afa6da022c29e650b9428873b587134d944eea2a3d46c85cde2dbd2ef8c22724079cdd58')
build() {
cd pygerrit2-$pkgver