summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Jin2018-06-29 02:32:57 +0800
committerBin Jin2018-06-29 02:32:57 +0800
commit996617bb8cfac6d4e8c11ba2915aa8d72597e671 (patch)
treecfa2ddb816428a523ab04e2df5e50fee6bc1f0cf
parent2abb8432f9fbc4481cee8964fb16f78dc8f721e8 (diff)
downloadaur-996617bb8cfac6d4e8c11ba2915aa8d72597e671.tar.gz
update description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49d60a572dad..e538e1176e44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = wireguard-go
- pkgdesc = Go Implementation of WireGuard (experimental)
+ pkgdesc = Go Implementation of WireGuard (not recommended by upstream, use official kernel module if possible)
pkgver = 0.0.20180613
pkgrel = 1
url = https://git.zx2c4.com/wireguard-go/
diff --git a/PKGBUILD b/PKGBUILD
index 6506f224690f..377920c517a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=wireguard-go
pkgver=0.0.20180613
pkgrel=1
-pkgdesc="Go Implementation of WireGuard (experimental)"
+pkgdesc="Go Implementation of WireGuard (not recommended by upstream, use official kernel module if possible)"
arch=('x86_64')
url="https://git.zx2c4.com/wireguard-go/"
license=('GPL2')