aboutsummaryrefslogtreecommitdiffstats
path: root/testing/go-nats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-01-12 15:09:51 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-01-12 15:13:53 +0000
commit493512b29e9ab872d585b82fcbd5bb0e82d10a64 (patch)
treef71a86afe4b8fa31e03f48d504871ead200812e3 /testing/go-nats
parenteba58546f01d6f12ccc2b0920948128316dc3bca (diff)
downloadaports-493512b29e9ab872d585b82fcbd5bb0e82d10a64.tar.bz2
aports-493512b29e9ab872d585b82fcbd5bb0e82d10a64.tar.xz
testing/go-(various pkg); add depends on go
Diffstat (limited to 'testing/go-nats')
-rw-r--r--testing/go-nats/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/go-nats/APKBUILD b/testing/go-nats/APKBUILD
index d4c0ebb390..d16f22f687 100644
--- a/testing/go-nats/APKBUILD
+++ b/testing/go-nats/APKBUILD
@@ -1,11 +1,12 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=go-nats
pkgver=1.4.0
-pkgrel=0
+pkgrel=1
pkgdesc="Golang client for NATS, the cloud native messaging system"
url="https://github.com/nats-io/go-nats"
arch="noarch"
license="MIT"
+depends="go"
subpackages="$pkgname-doc"
_vendor="nats-io"
options="!check"