aboutsummaryrefslogtreecommitdiffstats
path: root/testing/go-context/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/go-context/APKBUILD')
-rw-r--r--testing/go-context/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/go-context/APKBUILD b/testing/go-context/APKBUILD
index cac51a3592..9215b7f1e4 100644
--- a/testing/go-context/APKBUILD
+++ b/testing/go-context/APKBUILD
@@ -4,12 +4,13 @@ pkgname=go-context
_pkgname=context
_vendor=gorilla
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A golang registry for global request variables"
url="http://www.gorillatoolkit.org"
arch="noarch"
license="BSD-3-Clause"
subpackages="$pkgname-doc"
+depends="go"
options="!check" # no testsuite
source="$pkgname-$pkgver.tar.gz::https://github.com/$_vendor/$_pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver