summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene C2024-10-20 07:53:03 -0400
committerGene C2024-10-20 07:53:03 -0400
commit97d08d550ba8b5772ca3853c5f0b0d2b9dd645e0 (patch)
treecd28459f35d908cc542696d51968ebc9450b125d
parent8fbd746bb71e1caf126729db6de1396c87ac903b (diff)
downloadaur-97d08d550ba8b5772ca3853c5f0b0d2b9dd645e0.tar.gz
update project version 5.10.0
-rw-r--r--.SRCINFO5
-rw-r--r--Changelog.rst6
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8c52149dafd..6f38a96e41d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wg-client
pkgdesc = Wireguard linux client (command line and gui)
- pkgver = 5.9.3
+ pkgver = 5.10.0
pkgrel = 1
url = https://github.com/gene-git/wg-client
install = wg-client.install
@@ -19,10 +19,9 @@ pkgbase = wg-client
depends = python-psutil
depends = python-netifaces
depends = libcap
- depends = python-netaddr
depends = python-pynotify
depends = openssl>=3.0
- source = git+https://github.com/gene-git/wg-client#tag=5.9.3
+ source = git+https://github.com/gene-git/wg-client#tag=5.10.0
sha512sums = SKIP
pkgname = wg-client
diff --git a/Changelog.rst b/Changelog.rst
index 77303e8d61ae..309b1a8c4aa4 100644
--- a/Changelog.rst
+++ b/Changelog.rst
@@ -1,6 +1,12 @@
Changelog
=========
+**[5.9.3] ----- 2024-09-07** ::
+
+ rst continued (gh seems different to sphinx)
+ update Docs/Changelog.rst Docs/wg-client.pdf
+
+
**[5.9.2] ----- 2024-09-07** ::
More rst tidy ups
diff --git a/PKGBUILD b/PKGBUILD
index a84466121ddf..1a16fa02bc37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname='wg-client'
pkgdesc='Wireguard linux client (command line and gui)'
_gitname='wg-client'
-pkgver=5.9.3
+pkgver=5.10.0
pkgrel=1
url="https://github.com/gene-git/wg-client"
@@ -21,7 +21,7 @@ install='wg-client.install'
# To build docs uncommont sphinx/texlive
depends=('python>3.10' 'python-pyqt6' 'hicolor-icon-theme' 'python-psutil'
- 'python-netifaces' 'libcap' 'python-netaddr' 'python-pynotify' 'openssl>=3.0')
+ 'python-netifaces' 'libcap' 'python-pynotify' 'openssl>=3.0')
makedepends=('git' 'python-build' 'python-wheel' 'python-installer' 'python-hatch' 'rsync'
#'python-sphinx' 'python-myst-parser' 'texlive-latexextra'
)