summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38ba045a0dc3..ee08244a9dc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kafkactl
pkgdesc = Command Line Tool for managing Apache Kafka
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/deviceinsight/kafkactl
arch = i686
arch = x86_64
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 .
}