summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYounes Khoudli2022-12-09 15:05:33 +0100
committerYounes Khoudli2022-12-09 15:05:33 +0100
commit5f0237832e290a0b7dbfeaeaa0a80a44a5469779 (patch)
tree89698cea04589766006fe3fa4459616d7cbb92ef
parentf7642b3e5becac1569953c23caca92f0df9e5163 (diff)
downloadaur-5f0237832e290a0b7dbfeaeaa0a80a44a5469779.tar.gz
Update to release 2.4.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5e418829cb1..dfc272910a00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-pw
pkgdesc = A tool for integrating Git with Patchwork, the web-based patch tracking system
- pkgver = 2.3.0
+ pkgver = 2.4.0
pkgrel = 1
url = https://github.com/getpatchwork/git-pw
arch = any
@@ -13,7 +13,7 @@ pkgbase = git-pw
depends = python-arrow
depends = python-tabulate
depends = python-yaml
- source = git-pw::git+https://github.com/getpatchwork/git-pw.git#tag=2.3.0
+ source = git-pw::git+https://github.com/getpatchwork/git-pw.git#tag=2.4.0
sha256sums = SKIP
pkgname = git-pw
diff --git a/PKGBUILD b/PKGBUILD
index 94565a3e2f83..d04a93b46bda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxime "pep" Buquet <archlinux@bouah.net>
_pkgname=git-pw
-_tag=2.3.0
+_tag=2.4.0
pkgname=${_pkgname}
pkgver=${_tag}
pkgrel=1