diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-12 15:09:51 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-12 15:13:53 +0000 |
commit | 493512b29e9ab872d585b82fcbd5bb0e82d10a64 (patch) | |
tree | f71a86afe4b8fa31e03f48d504871ead200812e3 /testing/go-uuid/APKBUILD | |
parent | eba58546f01d6f12ccc2b0920948128316dc3bca (diff) | |
download | aports-493512b29e9ab872d585b82fcbd5bb0e82d10a64.tar.bz2 aports-493512b29e9ab872d585b82fcbd5bb0e82d10a64.tar.xz |
testing/go-(various pkg); add depends on go
Diffstat (limited to 'testing/go-uuid/APKBUILD')
-rw-r--r-- | testing/go-uuid/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/go-uuid/APKBUILD b/testing/go-uuid/APKBUILD index 282ac89d64..a1576c7155 100644 --- a/testing/go-uuid/APKBUILD +++ b/testing/go-uuid/APKBUILD @@ -2,11 +2,12 @@ pkgname=go-uuid _pkgname=go.uuid pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="UUID package for Go" url="https://github.com/satori/$_pkgname" arch="noarch" license="MIT" +depends="go" subpackages="$pkgname-doc" _vendor="satori" options="!check" |