aboutsummaryrefslogtreecommitdiffstats
path: root/community/go-md2man/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/go-md2man/APKBUILD')
-rw-r--r--community/go-md2man/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/go-md2man/APKBUILD b/community/go-md2man/APKBUILD
index 0b59debb9a0..0cc09cd386e 100644
--- a/community/go-md2man/APKBUILD
+++ b/community/go-md2man/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Jake Buchholz Göktürk <tomalok@gmail.com>
# Maintainer: Jake Buchholz Göktürk <tomalok@gmail.com>
pkgname=go-md2man
-pkgver=2.0.2
+pkgver=2.0.4
pkgrel=1
pkgdesc="Utility to convert markdown to man pages"
options="net"
@@ -12,9 +12,9 @@ makedepends="go"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz"
-export GOPATH="$srcdir/go"
-export GOCACHE="$srcdir/go-build"
-export GOTMPDIR="$srcdir/"
+export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
+export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
+export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
export GOFLAGS="$GOFLAGS -modcacherw"
@@ -34,5 +34,5 @@ package() {
}
sha512sums="
-c81edfdc0b6647ef699cc908a1a7038d98da34df6d48b223b83a0699de91a7e322e70d67645acf1fc848918f4c1ea310160c7ccb75e6f97b53af7103c7aa18b3 go-md2man-2.0.2.tar.gz
+2169f16a7ea769357511a72dff5f8a5728ec810ed4165e6a4b8c61ee2fa7bccab132bad94584a547c5ce4c63ca533a144a6c379d81f1977854eb22bfbe21e065 go-md2man-2.0.4.tar.gz
"