aboutsummaryrefslogtreecommitdiffstats
path: root/testing/go-httputils/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/go-httputils/APKBUILD')
-rw-r--r--testing/go-httputils/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/go-httputils/APKBUILD b/testing/go-httputils/APKBUILD
index 09ea75502d..ce3a2b449b 100644
--- a/testing/go-httputils/APKBUILD
+++ b/testing/go-httputils/APKBUILD
@@ -3,11 +3,12 @@ pkgname=go-httputils
_pkgname=httputils
_vendor="strukturag"
pkgver=012
-pkgrel=0
+pkgrel=1
pkgdesc="Go support library for HTTP servers"
url="https://github.com/$_vendor/$_pkgname"
arch="noarch"
license="BSD-3-Clause"
+depends="go"
subpackages="$pkgname-doc"
options="!check" # no testsuite
source="$pkgname-$pkgver.tar.gz::https://github.com/strukturag/$_pkgname/archive/${_pkgname}_v$pkgver.tar.gz"