summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgilcu32022-03-23 15:32:40 +0100
committergilcu32022-03-23 15:32:40 +0100
commitfd08d1c8431f86e435d5e158245fb00d91995257 (patch)
tree65cf6d0bc3d98e037f47116f2b80fad255ab1519 /PKGBUILD
parent663309d13d7155a61b81980eca17b00d0a3b43b7 (diff)
downloadaur-fd08d1c8431f86e435d5e158245fb00d91995257.tar.gz
updated version, now psiphon works properly with go modules
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55d9854a746e..bbaa2d141f12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,8 +21,8 @@
_pkgname=psiphon-tunnel-core
pkgname="$_pkgname-git"
-pkgver=2.0.14.r3354.08f530bd
-pkgrel=3
+pkgver=2.0.20.r3554.9efdd083
+pkgrel=1
epoch=1
pkgdesc='Psiphon Tunnelling Proxy'
arch=($CARCH)
@@ -48,9 +48,6 @@ pkgver() {
build() {
cd "$_pkgname/ConsoleClient"
-
- # this fixes build in current go version, official package is built with go 1.14
- go env -w GO111MODULE=off
# Copied from the README file