diff --git a/community/wuzz/APKBUILD b/community/wuzz/APKBUILD index a8def68ac999db8f6f8d4ae1c85fc493cbd3c780..07335cbdd5ebb9531adaf53966a46e3b53010442 100644 --- a/community/wuzz/APKBUILD +++ b/community/wuzz/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Adam Jensen <adam@acj.sh> pkgname=wuzz pkgver=0.5.0 -pkgrel=22 +pkgrel=24 pkgdesc="Interactive CLI tool for HTTP inspection" options="net" url="https://github.com/asciimoo/wuzz" @@ -10,7 +10,8 @@ arch="all" license="AGPL-3.0-only" makedepends="go" source="$pkgname-$pkgver.tar.gz::https://github.com/asciimoo/wuzz/archive/v$pkgver.tar.gz - update-go-mod.patch" + update-go-mod.patch + " builddir="$srcdir/$pkgname-v$pkgver" export GOPATH="$srcdir"