summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-12-09 18:37:33 +0300
committerorhun2020-12-09 18:37:33 +0300
commit392f82d960c2b9cf45c582e708f02b65ef0f0b47 (patch)
tree02d9897a4772d2d9e7b7cfe57c8224f4562ef427
parent15abfc322aab57a6b97abf35f1fdcb3387c05322 (diff)
downloadaur-392f82d960c2b9cf45c582e708f02b65ef0f0b47.tar.gz
upgpkg: sic-image-cli 0.14.0-3
Fix the installation of zsh completion
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e217ad82e875..da1f2b4a2cea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sic-image-cli
pkgdesc = Accessible image processing and conversion from the terminal
pkgver = 0.14.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/foresterre/sic
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 809c68b3bd21..52083060a585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sic-image-cli
_pkgname=sic
pkgver=0.14.0
-pkgrel=2
+pkgrel=3
pkgdesc="Accessible image processing and conversion from the terminal"
arch=('x86_64')
url="https://github.com/foresterre/sic"
@@ -28,5 +28,5 @@ package() {
install -Dm 644 LICENSE-MIT -t "$pkgdir/usr/share/licenses/$pkgname"
install -Dm 644 "../$_pkgname.bash" "${pkgdir}/usr/share/bash-completion/completions/$_pkgname"
install -Dm 644 "../$_pkgname.fish" -t "${pkgdir}/usr/share/fish/completions"
- install -Dm 644 "../_$_pkgname" -t "${pkgdir}/usr/share/zsh/functions/Completion/Linux"
+ install -Dm 644 "../_$_pkgname" -t "${pkgdir}/usr/share/zsh/site-functions"
}