diff options
Diffstat (limited to 'testing')
-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 |