diff options
Diffstat (limited to 'testing/etcd/APKBUILD')
-rw-r--r-- | testing/etcd/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/etcd/APKBUILD b/testing/etcd/APKBUILD index fd524748e5..f099d0b968 100644 --- a/testing/etcd/APKBUILD +++ b/testing/etcd/APKBUILD @@ -2,13 +2,12 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=etcd pkgver=3.3.9 -pkgrel=1 +pkgrel=2 pkgdesc="A highly-available key value store for shared configuration and service discovery" url="https://github.com/coreos/etcd" arch="x86_64 ppc64le" license="Apache-2.0" makedepends="go bash" -options="!strip" install="$pkgname.pre-install" pkgusers="$pkgname" pkggroups="$pkgname" |