summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2020-10-28 23:05:21 +0100
committerTim Schumacher2020-10-28 23:05:21 +0100
commit3f67fd6234e7817f68ba68c1df562026f35f70a6 (patch)
treeab6a8cdbd8592ea06282ba7640b80e61f4bb5530 /PKGBUILD
parent629a55b1ff899e8ff4c570007688e26e16786ae6 (diff)
downloadaur-3f67fd6234e7817f68ba68c1df562026f35f70a6.tar.gz
Update to 2.0.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e2528b6d019..2164a94c2c50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-pygerrit2
-pkgver=2.0.9
+pkgver=2.0.14
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=('043aa7659b6ff8321e733a4a7e48f75fe262970df8e8eb34f19307fc19a40c3ae6515f1ecfa958f777f48e66ecf04cbddff7441539a785803d80bf23b5338dde')
+sha512sums=('368ddfb950aa40688cbf8895019c18b15101c86c0e420fe99372b55dfe81a515ea9975d86fb03ed6dcc75e33791c50edcf67cf4ece9f038f84e511e33ec0a1ed')
build() {
cd pygerrit2-$pkgver