summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Dewar2021-12-06 14:22:31 +0000
committerAlex Dewar2021-12-06 14:22:31 +0000
commit117952d0729e80388352c8617c0a60156c1a33a7 (patch)
tree2042c8b86c1839f8e4bf2f4a986122e26b462ee4
parent3fd805f29de42103235cebec96504539910a356f (diff)
downloadaur-117952d0729e80388352c8617c0a60156c1a33a7.tar.gz
v2.0.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff336e15b5b6..2671191425f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pwclient
pkgdesc = The command-line client for the patchwork patch tracking tool
- pkgver = 1.3.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/getpatchwork/pwclient
arch = any
@@ -9,8 +9,7 @@ pkgbase = pwclient
checkdepends = python-mock
makedepends = python-setuptools
depends = python-pbr
- source = https://github.com/getpatchwork/pwclient/archive/1.3.0.tar.gz
- sha256sums = a4affd5a38170f78b63e752bb110f908c8250f13bfa1d6bbd9abdd6bc157db2c
+ source = https://github.com/getpatchwork/pwclient/archive/2.0.0.tar.gz
+ sha256sums = 33fa25cd1839806f700304ab839ca910ea2b45cf1c1deba909cd0a76aba03e55
pkgname = pwclient
-
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"