summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-12-09 18:36:59 +0300
committerorhun2020-12-09 18:36:59 +0300
commite00fe13c543eb842ce32c892cfad99ee2ca8591f (patch)
treee9a3fef6c9951e2c53806fd3c4da01bff8320899
parent25230d7d409c1f38801eef3b3d390253210a61cb (diff)
downloadaur-e00fe13c543eb842ce32c892cfad99ee2ca8591f.tar.gz
upgpkg: menyoki-git 1.0.2.r0.g073cf00-2
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 a7f787d5108e..bb8ee56ce06f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = menyoki-git
pkgdesc = Screen{shot,cast} and perform ImageOps on the command line (git)
pkgver = 1.0.2.r0.g073cf00
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/orhun/menyoki
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index c1cb88c692ef..fdce07a65acd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=menyoki-git
pkgver=1.0.2.r0.g073cf00
-pkgrel=1
+pkgrel=2
pkgdesc="Screen{shot,cast} and perform ImageOps on the command line (git)"
arch=('x86_64')
url="https://github.com/orhun/menyoki"
@@ -39,5 +39,5 @@ package() {
install -Dm 644 "man/${pkgname%-git}.conf.5" -t "$pkgdir/usr/share/man/man5"
install -Dm 644 "completions/${pkgname%-git}.bash" "${pkgdir}/usr/share/bash-completion/completions/${pkgname%-git}"
install -Dm 644 "completions/${pkgname%-git}.fish" -t "${pkgdir}/usr/share/fish/completions"
- install -Dm 644 "completions/${pkgname%-git}.zsh" "${pkgdir}/usr/share/zsh/functions/Completion/Linux/_${pkgname%-git}"
+ install -Dm 644 "completions/${pkgname%-git}.zsh" "${pkgdir}/usr/share/zsh/site-functions/_${pkgname%-git}"
}