summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2020-01-19 19:19:43 -0700
committerJoost Bremmer2020-04-10 01:36:33 +0200
commit8c82427aeeb9869e01a81bdccde2929cde8bf0d9 (patch)
tree3de2b0677d5fa6910f44a0c17b31d9da1f957f4c /PKGBUILD
parentdd4c0fcc9def2abb9bad1e871b4f83fd7b7015f8 (diff)
downloadaur-8c82427aeeb9869e01a81bdccde2929cde8bf0d9.tar.gz
upgpkg: cheat 3.2.2-3
update cheatsheets
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c27f022148c5..5884ea98abb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Co-Maintainer: Joost Bremmer <contact at madeofmagicandwires dot online>
pkgname=cheat
pkgver=3.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('arm' 'armv6h' 'armv7h' 'x86_64')
url="https://github.com/cheat/cheat"
@@ -62,14 +62,14 @@ package() {
"$pkgdir/usr/share/fish/completions/cheat.fish"
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/cheat-LICENSE"
- install -dm755 "$pkgdir/usr/share/cheat/cheatsheets/community"
- find "$srcdir/cheatsheets" \
- -maxdepth 1 \
- -type f \
- -perm 644 \
- -exec \
- install -m644 "{}" \
- "$pkgdir/usr/share/$pkgname/cheatsheets/community/" \;
+ install -dm755 "$pkgdir/usr/share/cheat/cheatsheets/community"
+ find "$srcdir/cheatsheets" \
+ -maxdepth 1 \
+ -type f \
+ -perm 644 \
+ -exec \
+ install -m644 "{}" \
+ "$pkgdir/usr/share/$pkgname/cheatsheets/community/" \;
install -Dm644 "$srcdir/conf.yml" -t "$pkgdir/etc/cheat"
install -Dm644 "$srcdir/LICENSE.txt" \
"$pkgdir/usr/share/licenses/$pkgname/cheatsheets-LICENSE"