summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-03 08:32:17 -0700
committerMark Wagie2020-12-03 08:32:17 -0700
commit46e7e0cd9e00988958b54009ec4caff7bc2d10ea (patch)
tree0d2eec04758be4528c65f133ba18c22113fea48f
parent8d369d6e86271c95a9273e75d4632f9ace98ad24 (diff)
downloadaur-46e7e0cd9e00988958b54009ec4caff7bc2d10ea.tar.gz
fix typo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31e37a1f5c33..525fe987dc8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ build() {
# Generate man page
pandoc -s -t man "doc/${pkgname%-git}.1.md" -o "doc/${pkgname%-git}.1"
- gzip "doc/$pkgname.1"
+ gzip "doc/${pkgname%-git}.1"
# Clean mod cache for makepkg -C
go clean -modcache