diff options
author | Gene C | 2024-10-20 07:53:03 -0400 |
---|---|---|
committer | Gene C | 2024-10-20 07:53:03 -0400 |
commit | 97d08d550ba8b5772ca3853c5f0b0d2b9dd645e0 (patch) | |
tree | cd28459f35d908cc542696d51968ebc9450b125d | |
parent | 8fbd746bb71e1caf126729db6de1396c87ac903b (diff) | |
download | aur-97d08d550ba8b5772ca3853c5f0b0d2b9dd645e0.tar.gz |
update project version 5.10.0
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | Changelog.rst | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
3 files changed, 10 insertions, 5 deletions
@@ -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 @@ -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' ) |