summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkhai96_2020-09-12 00:28:14 +0000
committerkhai96_2020-09-12 00:28:14 +0000
commit1476cb75066f8481b5d9d413208a7d2f380fa25e (patch)
tree757a05209538a4ee7617447cb5b8ea0837e8f6f1 /PKGBUILD
parent45e11f641bbcbc1a79341a5af06774b1033a71ad (diff)
downloadaur-1476cb75066f8481b5d9d413208a7d2f380fa25e.tar.gz
0.5.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a628a0b7e7c6..3bc42311a5e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# This file is automatically generated. Do not edit.
pkgname=sane-fmt
-pkgver=0.5.9
-source=(sane-fmt-0.5.9.tar.gz::https://github.com/sane-fmt/sane-fmt/archive/0.5.9.tar.gz https://raw.githubusercontent.com/sane-fmt/sane-fmt/master/LICENSE.md)
+pkgver=0.5.10
+source=(sane-fmt-0.5.10.tar.gz::https://github.com/sane-fmt/sane-fmt/archive/0.5.10.tar.gz https://raw.githubusercontent.com/sane-fmt/sane-fmt/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/sane-fmt-$pkgver"
install -Dm755 target/release/sane-fmt "$pkgdir/usr/bin/sane-fmt"
- 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/sane-fmt"
install -Dm644 exports/completion.fish "$pkgdir/usr/share/fish/completions/sane-fmt.fish"
install -Dm644 exports/completion.zsh "$pkgdir/usr/share/zsh/site-functions/_sane-fmt"