summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene C2024-04-17 09:07:53 -0400
committerGene C2024-04-17 09:07:53 -0400
commit17fb21aa4e5649fce2bc335c990a15f51eef52c4 (patch)
treefe371b3bf4cc5c8e3873fcb65528203b0d782bbb
parentbfcd4417049463dfd6414d9e5317a1c151fedab7 (diff)
downloadaur-17fb21aa4e5649fce2bc335c990a15f51eef52c4.tar.gz
update project version 6.6.1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c58802502a58..723cc9f893e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = wg_tool
pkgdesc = Tool to administer wireguard VPN (server and user configs)
- pkgver = 6.6.0
+ pkgver = 6.6.1
pkgrel = 1
url = https://github.com/gene-git/wg_tool
+ changelog = Changelog.rst
arch = any
license = MIT
makedepends = git
@@ -18,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.6.0
+ source = git+https://github.com/gene-git/wg_tool#tag=6.6.1
sha512sums = SKIP
pkgname = wg_tool
diff --git a/PKGBUILD b/PKGBUILD
index 55a61720446b..b78b1125816c 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.6.0
+pkgver=6.6.1
pkgrel=1
url="https://github.com/gene-git/wg_tool"
@@ -30,6 +30,9 @@ _mkpkg_depends=('python>minor')
source=("git+https://github.com/gene-git/${_gitname}#tag=${pkgver}")
sha512sums=('SKIP')
+touch "Changelog.rst"
+changelog="Changelog.rst"
+
build() {
cd "${_gitname}"
/usr/bin/rm -f dist/*
@@ -44,6 +47,7 @@ build() {
package() {
cd "${_gitname}"
+ cp Docs/Changelog.rst ${startdir}
./scripts/do-install ${pkgdir}
}
# vim:set ts=4 sts=4 sw=4 et: