summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClaudia Pellegrino2024-04-28 23:13:36 +0200
committerClaudia Pellegrino2024-04-28 23:16:44 +0200
commitf5f394a4136afd00e1684e0314dfe544f95edbc4 (patch)
treeaffd0febc510d8d1d85eebb57ba126ec5579007e /PKGBUILD
parentc926f8bd29491c8ad95d0a71631d8238a05bdfb7 (diff)
downloadaur-pwclient.tar.gz
Add package needed for Python 3.12 compatibility
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4bc8f5fa773..2e9f4bdc42ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
# Contributor: Alex Dewar <alex.dewar@gmx.co.uk>
pkgname=pwclient
pkgver=2.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='The command-line client for the patchwork patch tracking tool'
arch=('any')
url="https://github.com/getpatchwork/$pkgname"
license=('GPL-2.0-or-later')
-depends=('python-importlib-metadata')
+depends=('python' 'python-importlib-metadata')
makedepends=(
'python-build'
'python-installer'
+ 'python-pbr'
'python-setuptools'
'python-wheel'
)