summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYounes Khoudli2022-08-09 02:41:50 +0200
committerYounes Khoudli2022-08-09 02:41:50 +0200
commit9a9096b1ae8dd345d7bf3edf61e47a5af968f76c (patch)
tree50fc6342e447ec739afca70da2789666d6e0955c
parentd667a4c1224128c37aebf747cc4fa4e7b766776f (diff)
downloadaur-9a9096b1ae8dd345d7bf3edf61e47a5af968f76c.tar.gz
Update to release 2.3.0
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6419d3d4c6a..94565a3e2f83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Maxime "pep" Buquet <archlinux@bouah.net>
_pkgname=git-pw
-_tag=2.0.0
+_tag=2.3.0
pkgname=${_pkgname}
pkgver=${_tag}
-pkgrel=2
+pkgrel=1
pkgdesc="A tool for integrating Git with Patchwork, the web-based patch tracking system"
url='https://github.com/getpatchwork/git-pw'
license=('MIT')
@@ -17,6 +17,7 @@ depends=(
'python-pbr'
'python-arrow'
'python-tabulate'
+ 'python-yaml'
)
makedepends=('python-setuptools')
source=("${_pkgname}::git+https://github.com/getpatchwork/git-pw.git#tag=${_tag}")