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

Thore Bödecker foxxx0 at archlinux.org
Fri Feb 8 15:12:35 UTC 2019


    Date: Friday, February 8, 2019 @ 15:12:34
  Author: foxxx0
Revision: 430728

upgpkg: consul 1.4.2-1

update to 1.4.2

Modified:
  consul/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-08 14:41:47 UTC (rev 430727)
+++ PKGBUILD	2019-02-08 15:12:34 UTC (rev 430728)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=consul
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="A tool for service discovery, monitoring and configuration."
 arch=('x86_64')
@@ -10,7 +10,6 @@
 url="https://www.consul.io"
 license=('MPL2')
 depends=('glibc')
-# checkdepends=('strace')
 makedepends=('git' 'go-pie' 'procps-ng' 'zip')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/consul/archive/v${pkgver}.tar.gz"
         "gocli::git+https://github.com/mitchellh/cli#commit=${_gocli_commit}"
@@ -22,10 +21,9 @@
         'fix-build-version-info.patch'
         'disable-syslog-test.patch'
         'unparallelize-or-disable-flaky-tests.patch')
-        # 'disable-go-vet.patch')
 install=consul.install
 backup=('etc/default/consul')
-sha512sums=('e5451a414878a2a9d3591d4ae2caf8a227035017a6b65cbacf272a1a14727d33cabb1a11bd0fa3b837195309ff77aa49d4087cb6faedddb8ea002ac46412bc90'
+sha512sums=('7890626903ae167bddd31eac92da8da56df46c913e4a5e166cec910b749bdf24df4eaa5f9f13f2d0b6ff8f4133a81d85a5b2c90ef52275a4caa752c737b8210f'
             'SKIP'
             'c70b9d1556f6c7ecb2e915ab685f289cef0e31198bd2e50c74a0483bbfb387beec67334f539a90adbf68b61b07946e98b300ab8a8e26e53b35f4ab4894adeb04'
             'ec5a800529a297c709fa383c094ecf106351cf0f8ac7b613b972d415d77fe001088902d7ab805e63e78a8e6360323fec1b795db5a4446df1e21b9b4ed31e7079'
@@ -35,7 +33,6 @@
             '64a73277468929c65f7aa3ef1523a5e170b18333129629d5070492e773f63cfdf56ff9a670798d140ef301bece1579bdc881343499b5ea7a0d807c7c95154a2e'
             '2a2e31469708f66877885c9e38f2044da13067c4111fc081ffea6187ff39acea6b17c0d33b2d0ada614315c3e5759a7592fbf7b0e9e9094ba2c31003bf1dbd4c'
             'b59b2733d598ae6648c198f26f23961d4c1ea8c693a1a5b1c16a0951400c3bb9a9d2d5efe4f0a5cca9ae3b1f225a8eb4133c9011c4125589e936c7dcdc4b2495')
-            # '9cba924e51d31160d36dc2524b6a670713c09acae209bd6fdd1328ea4457e23ebcd95e9419bcd2ac98cb959b79cbf898fb7329e65beb78a4db454b3e0b6eb954')
 
 prepare() {
   export  GOPATH="${srcdir}"
@@ -72,7 +69,6 @@
   export GOARCH='amd64'
   export GOTEST_FLAGS="-p 2 -parallel 2"
   export CONSUL_TEST_SKIP_SYSLOG='true'
-  # strace -f make -j1 test
   make -j1 test
 }
 



More information about the arch-commits mailing list