summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecc82655edec..264489d4bc6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname='wg_tool'
pkgdesc='Tool to manage wireguard server and users'
_gitname='wg_tool'
-pkgver=4.1.0
+pkgver=4.2.0
pkgrel=1
url="https://github.com/gene-git/wg_tool"
@@ -34,7 +34,7 @@ pkgver() {
build() {
cd "${_gitname}"
/usr/bin/rm -f dist/*
- /usr/bin/python -m build --wheel --no-isolation
+ /usr/bin/poetry build --format wheel
}
package() {