aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/etcd/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/etcd/APKBUILD b/testing/etcd/APKBUILD
index 8a9ac95142..b84311fd6c 100644
--- a/testing/etcd/APKBUILD
+++ b/testing/etcd/APKBUILD
@@ -2,14 +2,15 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=etcd
pkgver=2.3.7
-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"
-license="APACHE2.0"
+license="ASL 2.0"
depends=""
depends_dev=""
makedepends="$depends_dev go"
+options="!strip"
install="$pkgname.pre-install"
subpackages=""
pkgusers="$pkgname"
@@ -21,7 +22,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/coreos/etcd/archive/v$pkgver
builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$builddir"
- ./build
+ ./build || return 1
}
package() {