summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBin Jin2023-10-15 14:03:33 +0800
committerBin Jin2023-10-15 14:03:33 +0800
commitf732cfe72c67ab851593f0d7b4b05a1cae4d43a5 (patch)
tree277129fbdd1695d54d78db549e81cfe6753374b0 /PKGBUILD
parent7ff931bc9ef62bd86b9122efb74b486e753bd5c8 (diff)
downloadaur-boringtun-git.tar.gz
bump versions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93b4cada817b..8e1da1aac8b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=boringtun-git
-pkgver=0.4.0.r12.g7b6afad
+pkgver=0.5.2.r18.ge1d6360
pkgrel=1
pkgdesc="Userspace WireGuard® Implementation in Rust"
arch=('x86_64' 'i686' 'aarch64')
@@ -15,7 +15,7 @@ sha256sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags --match 'boringtun-cli-*' | sed 's/^boringtun-cli-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {