summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhvksmr19962020-09-12 00:18:58 +0000
committerhvksmr19962020-09-12 00:18:58 +0000
commite9c6d151e16adb434180f440ca16ee4aa42b9661 (patch)
tree4dc6ab4c933857e264c15f423f26295ed646ad13
parent11a85f86e0dcf90b5ca85ebb84c6bd8a51d9f5fc (diff)
downloadaur-e9c6d151e16adb434180f440ca16ee4aa42b9661.tar.gz
0.0.29
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55ebab8017a6..6aede0f509f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pretty-exec
pkgdesc = Print command and execute it
- pkgver = 0.0.28
+ pkgver = 0.0.29
pkgrel = 1
url = https://github.com/KSXGitHub/pretty-exec
arch = x86_64
license = MIT
makedepends = cargo
- source = pretty-exec-0.0.28.tar.gz::https://github.com/KSXGitHub/pretty-exec/archive/0.0.28.tar.gz
+ source = pretty-exec-0.0.29.tar.gz::https://github.com/KSXGitHub/pretty-exec/archive/0.0.29.tar.gz
source = https://raw.githubusercontent.com/KSXGitHub/pretty-exec/master/LICENSE.md
sha1sums = SKIP
sha1sums = SKIP
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"