summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene C2024-04-29 19:10:46 -0400
committerGene C2024-04-29 19:10:46 -0400
commit3cb1ff51138e0ec118d0f67ac8d98134e2fe9ca9 (patch)
tree0a92c17bdba5871bdcf9245854dc2fb5d7bce10d
parent68bc7452a08688502889552e684f635916e037b5 (diff)
downloadaur-3cb1ff51138e0ec118d0f67ac8d98134e2fe9ca9.tar.gz
update project version 6.7.5
-rw-r--r--.SRCINFO4
-rw-r--r--Changelog.rst18
-rw-r--r--PKGBUILD5
3 files changed, 23 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 811d2f35d432..cbd7773a2789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wg_tool
pkgdesc = Tool to administer wireguard VPN (server and user configs)
- pkgver = 6.7.2
+ pkgver = 6.7.5
pkgrel = 1
url = https://github.com/gene-git/wg_tool
changelog = Changelog.rst
@@ -19,7 +19,7 @@ pkgbase = wg_tool
depends = python-qrcode
depends = wireguard-tools
depends = python-tomli
- source = git+https://github.com/gene-git/wg_tool#tag=6.7.2
+ source = git+https://github.com/gene-git/wg_tool#tag=6.7.5
sha512sums = SKIP
pkgname = wg_tool
diff --git a/Changelog.rst b/Changelog.rst
index 2075d04d2122..9df5489d91b5 100644
--- a/Changelog.rst
+++ b/Changelog.rst
@@ -1,6 +1,24 @@
Changelog
=========
+**[6.7.5] ----- 2024-04-29** ::
+
+ one of those days ... another typo!
+ update Docs/Changelog.rst Docs/wg_tool.pdf
+
+
+**[6.7.4] ----- 2024-04-29** ::
+
+ typo
+
+
+**[6.7.3] ----- 2024-04-29** ::
+
+ update Docs/Changelog.rst Docs/wg_tool.pdf
+ Improve pulling latest Changelog so pacman -Qc shows it
+ update Docs/Changelog.rst Docs/wg_tool.pdf
+
+
**[6.7.2] ----- 2024-04-29** ::
PKGBUILD change to get latest Changelog
diff --git a/PKGBUILD b/PKGBUILD
index dccf13b951c9..151f7c98c4a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname='wg_tool'
pkgdesc='Tool to administer wireguard VPN (server and user configs)'
_gitname='wg_tool'
-pkgver=6.7.2
+pkgver=6.7.5
pkgrel=1
url="https://github.com/gene-git/wg_tool"
@@ -48,7 +48,8 @@ build() {
package() {
cd "${_gitname}"
# pull latest Changelog
- git pull origin master
+ git fetch --all
+ git checkout origin/master -- Docs/Changelog.rst
cp Docs/Changelog.rst ${startdir}
./scripts/do-install ${pkgdir}
}