summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Dewar2021-12-06 14:22:31 +0000
committerAlex Dewar2021-12-06 14:22:31 +0000
commit117952d0729e80388352c8617c0a60156c1a33a7 (patch)
tree2042c8b86c1839f8e4bf2f4a986122e26b462ee4 /PKGBUILD
parent3fd805f29de42103235cebec96504539910a356f (diff)
downloadaur-117952d0729e80388352c8617c0a60156c1a33a7.tar.gz
v2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 523284d20efc..1552b342bb9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Dewar <alex.dewar@gmx.co.uk>
pkgname=pwclient
-pkgver=1.3.0
+pkgver=2.0.0
pkgrel=1
pkgdesc="The command-line client for the patchwork patch tracking tool"
arch=(any)
@@ -10,7 +10,7 @@ depends=(python-pbr)
makedepends=(python-setuptools)
checkdepends=(python-pytest python-mock)
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('a4affd5a38170f78b63e752bb110f908c8250f13bfa1d6bbd9abdd6bc157db2c')
+sha256sums=('33fa25cd1839806f700304ab839ca910ea2b45cf1c1deba909cd0a76aba03e55')
build() {
cd "$pkgname-$pkgver"