summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2021-05-16 20:22:13 +0900
committerAdriĆ  Arrufat2021-05-16 20:22:13 +0900
commitf02127d1fe7f14344eafa7a7406727819af43b0c (patch)
tree51f18db183cc7fce63e88986f7bd2bfa7f680536 /PKGBUILD
parentc9c1b13c3b5764d31e7366150fa60746b876ee57 (diff)
downloadaur-f02127d1fe7f14344eafa7a7406727819af43b0c.tar.gz
add modcacherw
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 118f58ed2d3b..d0844074caa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=powerline-go
pkgver=1.21.0
-pkgrel=1
+pkgrel=2
pkgdesc="A beautiful, useful and fast prompt for your shell"
arch=('x86_64')
url="https://github.com/justjanne/powerline-go"
@@ -18,6 +18,7 @@ build() {
cd "$pkgname-$pkgver"
go build \
-trimpath \
+ -modcacherw \
-ldflags "-extldflags ${LDFLAGS}" \
.
}