diff options
-rw-r--r-- | community/godep/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/godep/APKBUILD b/community/godep/APKBUILD index ee3029a70a..1e7229e374 100644 --- a/community/godep/APKBUILD +++ b/community/godep/APKBUILD @@ -8,6 +8,7 @@ url="https://github.com/tools/godep" arch="all" license="BSD" makedepends="go" +options="!check" source="$pkgname-$pkgver.tar.gz::https://github.com/tools/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/src/github.com/tools/$pkgname" |