aboutsummaryrefslogtreecommitdiffstats
path: root/testing/go-sloth/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/go-sloth/APKBUILD')
-rw-r--r--testing/go-sloth/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/go-sloth/APKBUILD b/testing/go-sloth/APKBUILD
index 8be4ce28c0..ff6ff855d1 100644
--- a/testing/go-sloth/APKBUILD
+++ b/testing/go-sloth/APKBUILD
@@ -3,11 +3,12 @@ pkgname=go-sloth
_pkgname=sloth
_vendor="strukturag"
pkgver=0.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="A tiny REST framework for Go"
url="https://github.com/$_vendor/$_pkgname"
arch="noarch"
license="MIT"
+depends="go"
subpackages="$pkgname-doc"
options="!check"
source="$pkgname-$pkgver.tar.gz::https://github.com/$_vendor/$_pkgname/archive/v$pkgver.tar.gz"