diff options
-rw-r--r-- | testing/etcd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/etcd/APKBUILD b/testing/etcd/APKBUILD index d8541495ac..fd524748e5 100644 --- a/testing/etcd/APKBUILD +++ b/testing/etcd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=etcd pkgver=3.3.9 -pkgrel=0 +pkgrel=1 pkgdesc="A highly-available key value store for shared configuration and service discovery" url="https://github.com/coreos/etcd" arch="x86_64 ppc64le" @@ -12,7 +12,7 @@ options="!strip" install="$pkgname.pre-install" pkgusers="$pkgname" pkggroups="$pkgname" -subpackages="$pkgname-doc $pkgname-ctl" +subpackages="$pkgname-doc $pkgname-ctl $pkgname-openrc" source="$pkgname-$pkgver.tar.gz::https://github.com/coreos/etcd/archive/v$pkgver.tar.gz $pkgname.confd $pkgname.initd" |