summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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}
}