[arch-commits] Commit in influxdb/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sun Sep 22 10:59:41 UTC 2019


    Date: Sunday, September 22, 2019 @ 10:59:41
  Author: foxboron
Revision: 511483

upgpkg: influxdb 1.7.8-1

Modified:
  influxdb/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-22 10:43:34 UTC (rev 511482)
+++ PKGBUILD	2019-09-22 10:59:41 UTC (rev 511483)
@@ -6,7 +6,7 @@
 # Contributor: Ben Alex <ben.alex at acegi.com.au>
 
 pkgname=influxdb
-pkgver=1.7.7
+pkgver=1.7.8
 pkgrel=1
 pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/influxdata/influxdb/archive/v${pkgver}.tar.gz"
         "influxdb.sysusers"
         "influxdb.tmpfiles")
-sha256sums=('2ac8d6edb7eb736ba1a7c2c3fc3d529c6685a27d0a0c11ef51b02f4561e44166'
+sha256sums=('ed52925bb71ca8912e4daecce66a4c32935f396cf3f021464aab99934b41db51'
             '809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
             'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')
 
@@ -34,7 +34,7 @@
   export GOPATH="$srcdir/gopath"
 
   _LDFLAGS="-X main.version=$pkgver -X main.branch=master -extldflags ${LDFLAGS}"
-  go install -v -ldflags="$_LDFLAGS" -gcflags "all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" "github.com/influxdata/influxdb/cmd/..."
+  go install -v -trimpath -ldflags="$_LDFLAGS" "github.com/influxdata/influxdb/cmd/..."
 
   cd "$GOPATH/src/github.com/influxdata/influxdb/man/"
   make
@@ -60,7 +60,7 @@
   install -Dm755 influx_stress  "$pkgdir/usr/bin/"
   install -Dm755 influx_tools   "$pkgdir/usr/bin/"
   install -Dm755 influx_tsm     "$pkgdir/usr/bin/"
-  install -Dm755 store          "$pkgdir/usr/bin/"
+  # install -Dm755 store          "$pkgdir/usr/bin/"
 
   cd "$GOPATH/src/github.com/influxdata/influxdb"
   install -Dm644 scripts/influxdb.service "$pkgdir/usr/lib/systemd/system/influxdb.service"



More information about the arch-commits mailing list