summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f57faf8d5fd..45675b61cde9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
pkgver=4.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://github.com/cheat/cheat"
@@ -40,7 +40,6 @@ build() {
# Generate man page
pandoc -s -t man "doc/$pkgname.1.md" -o "doc/$pkgname.1"
- gzip "doc/$pkgname.1"
# Clean mod cache for makepkg -C
go clean -modcache
@@ -58,7 +57,7 @@ package() {
install -Dm755 "scripts/$pkgname.zsh" "$pkgdir/usr/share/doc/$pkgname/_$pkgname"
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/$pkgname-LICENSE"
- install -Dm644 "doc/$pkgname.1.gz" -t "$pkgdir/usr/share/man/man1"
+ install -Dm644 "doc/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
install -dm755 "$pkgdir/usr/share/$pkgname/cheatsheets/community"
find "$srcdir/cheatsheets" \