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-securecookie | |
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-securecookie')
-rw-r--r-- | testing/go-securecookie/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/go-securecookie/APKBUILD b/testing/go-securecookie/APKBUILD index ef9454ef6b..8cabc763a5 100644 --- a/testing/go-securecookie/APKBUILD +++ b/testing/go-securecookie/APKBUILD @@ -3,11 +3,12 @@ pkgname=go-securecookie _pkgname=securecookie _vendor=gorilla pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Encodes and decodes authenticated and optionally encrypted cookie values for Go" url="http://www.gorillatoolkit.org" arch="noarch" license="BSD-3-Clause" +depends="go" subpackages="$pkgname-doc" options="!check" # no testsuite source="$pkgname-$pkgver.tar.gz::https://github.com/$_vendor/$_pkgname/archive/v$pkgver.tar.gz" |