summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bce43df5b37..0c09a3057615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# This file is automatically generated. Do not edit.
pkgname=pretty-exec
-pkgver=0.0.28
-source=(pretty-exec-0.0.28.tar.gz::https://github.com/KSXGitHub/pretty-exec/archive/0.0.28.tar.gz https://raw.githubusercontent.com/KSXGitHub/pretty-exec/master/LICENSE.md)
+pkgver=0.0.29
+source=(pretty-exec-0.0.29.tar.gz::https://github.com/KSXGitHub/pretty-exec/archive/0.0.29.tar.gz https://raw.githubusercontent.com/KSXGitHub/pretty-exec/master/LICENSE.md)
sha1sums=(SKIP SKIP)
# This PKGBUILD is not a full PKGBUILD
# pkgname, pkgver, source, and sha1sums are to be generated
@@ -23,7 +23,7 @@ build() {
package() {
cd "$srcdir/pretty-exec-$pkgver"
install -Dm755 target/release/pretty-exec "$pkgdir/usr/bin/pretty-exec"
- install -Dm644 LICENSE.md "$pkgdir/usr/share/$pkgname/LICENSE.md"
+ install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
install -Dm644 exports/completion.bash "$pkgdir/usr/share/bash-completion/completions/pretty-exec"
install -Dm644 exports/completion.fish "$pkgdir/usr/share/fish/completions/pretty-exec.fish"
install -Dm644 exports/completion.zsh "$pkgdir/usr/share/zsh/site-functions/_pretty-exec"