diff options
author | Heorhi Valakhanovich | 2024-08-21 19:26:25 +0300 |
---|---|---|
committer | Heorhi Valakhanovich | 2024-08-21 19:26:25 +0300 |
commit | 50c34cb0d17974521067eb8d50bbe27bd066abe1 (patch) | |
tree | a4eec55dc1f92e7c281b9a6343ae337dfee4c063 | |
parent | edc16900a4a9686921f806ee6b8a87d984fb0ced (diff) | |
download | aur-50c34cb0d17974521067eb8d50bbe27bd066abe1.tar.gz |
add -modcacherw to GOFLAGS
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = tgp pkgdesc = tgp telegram proxy written in go pkgver = 0.9.8 - pkgrel = 2 + pkgrel = 3 url = https://github.com/geovex/tgp arch = x86_64 arch = aarch64 @@ -1,7 +1,7 @@ # Maintainer: geov <code@mail.geov.name> pkgname=tgp -pkgrel=2 +pkgrel=3 pkgver=0.9.8 pkgdesc="tgp telegram proxy written in go" arch=('x86_64' 'aarch64' 'i686') @@ -21,7 +21,7 @@ backup=("etc/tgp.toml") build() { cd $pkgname-$pkgver export GOPATH="${srcdir}" - export GOFLAGS="-trimpath" + export GOFLAGS="-trimpath -modcacherw" go build ./cmd/tgp } |