diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-06 20:53:46 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-07 07:35:44 +0000 |
commit | 43f9b6819bcf3b78d379613baa8d576ddc51ddfb (patch) | |
tree | adca764fcf6606694bcad7190428d55df74dbff4 | |
parent | 35f3c980516cc3d0b64a41014be5528f73522374 (diff) | |
download | aports-43f9b6819bcf3b78d379613baa8d576ddc51ddfb.tar.bz2 aports-43f9b6819bcf3b78d379613baa8d576ddc51ddfb.tar.xz |
testing/consul: go binaries should not be stripped
-rw-r--r-- | testing/consul/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/consul/APKBUILD b/testing/consul/APKBUILD index cef49803fb..3b9ec885d5 100644 --- a/testing/consul/APKBUILD +++ b/testing/consul/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=consul pkgver=0.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="A tool for service discovery, monitoring and configuration" url="https://www.consul.io/" arch="all" @@ -14,6 +14,7 @@ install="$pkgname.pre-install $pkgname.pre-deinstall $pkgname.post-deinstall" pkgusers="consul" pkggroups="consul" subpackages="" +options="!strip" source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz v${pkgver//./-}.json consul.initd |