summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Koftun2019-11-14 00:05:21 +0100
committerLeonid Koftun2019-11-14 00:05:21 +0100
commit4fe5a789f02fa5e5934c390d2eeaae94a9c48f25 (patch)
treedb4992a328faa4c65da5bd545719b79c9318c160 /PKGBUILD
parent1788f568e4f28c7e5131c5a8fd227cabede7d2ad (diff)
downloadaur-4fe5a789f02fa5e5934c390d2eeaae94a9c48f25.tar.gz
Fix build with go < 1.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cf968b094f1..a44a2814b609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kafkactl
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Command Line Tool for managing Apache Kafka'
arch=('i686' 'x86_64')
url="https://github.com/deviceinsight/kafkactl"
@@ -15,7 +15,6 @@ sha256sums=('99b19bd0fb33dc46d62034962934a9cb8463efd2cc422f35f2c6a64bc0deeb2c')
build() {
cd $pkgname-$pkgver
go build \
- -trimpath \
-ldflags "-extldflags $LDFLAGS" \
-o $pkgname .
}