diff options
Diffstat (limited to 'testing/go-nats/APKBUILD')
-rw-r--r-- | testing/go-nats/APKBUILD | 3 |
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" |