Package Details: pwclient 2.7.0-1

Git Clone URL: https://aur.archlinux.org/pwclient.git (read-only, click to copy)
Package Base: pwclient
Description: The command-line client for the patchwork patch tracking tool
Upstream URL: https://github.com/getpatchwork/pwclient
Licenses: GPL-2.0-or-later
Submitter: billypilgrim
Maintainer: Auerhuhn
Last Packager: Auerhuhn
Votes: 0
Popularity: 0.000000
First Submitted: 2021-01-18 16:28 (UTC)
Last Updated: 2024-04-14 17:17 (UTC)

Latest Comments

leuko commented on 2022-08-18 10:21 (UTC)

Somehow setup.py cannot deduce the version. I found a workaround: Prepend PBR_VERSION=$pkgver before python setup.py lines.

Forty-Bot commented on 2021-11-26 16:17 (UTC)

From 575082f30d8ea7fdbe92e1dba702786595c00f04 Mon Sep 17 00:00:00 2001
From: Sean Anderson <seanga2@gmail.com>
Date: Fri, 26 Nov 2021 11:16:52 -0500
Subject: [PATCH] v2.0.0

---
 .SRCINFO | 7 +++----
 PKGBUILD | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index ff336e1..2671191 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 523284d..1552b34 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"
-- 
2.33.0