summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkhai96_2020-03-26 09:45:02 +0700
committerkhai96_2020-03-26 09:45:02 +0700
commit6d616fa505525236a1662449448a52d0a7681797 (patch)
tree83f43630d91e3ce2daf2554ecdd38cc1879a7ef8 /PKGBUILD
parent60bbfae1466bf432e0bc47a73de119adb4e28603 (diff)
downloadaur-6d616fa505525236a1662449448a52d0a7681797.tar.gz
Remove completion
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf494a439646..d7e03c017ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,10 @@ conflicts=('pueue-git' 'pueue' 'pueue-bin')
provides=('pueue')
url='https://github.com/nukesor/pueue'
source=(
- "https://github.com/Nukesor/pueue/archive/v${pkgver}.tar.gz"
"pueue-linux-amd64-${pkgver}::https://github.com/Nukesor/pueue/releases/download/v${pkgver}/pueue-linux-amd64"
"pueued-linux-amd64-${pkgver}::https://github.com/Nukesor/pueue/releases/download/v${pkgver}/pueued-linux-amd64"
)
sha256sums=('SKIP'
- 'SKIP'
'SKIP')
@@ -29,12 +27,6 @@ package() {
# Place systemd user service
install -Dm644 "utils/pueued.service" "${pkgdir}/usr/lib/systemd/user/pueued.service"
- # Install zsh completions file
- # Zsh is broken for now
- install -Dm644 "utils/completions/_pueue" "${pkgdir}/usr/share/zsh/site-functions/_pueue"
- install -Dm644 "utils/completions/pueue.bash" "${pkgdir}/usr/share/bash-completion/completions/pueue.bash"
- install -Dm644 "utils/completions/pueue.fish" "${pkgdir}/usr/share/fish/completions/pueue.fish"
-
# Install License
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/pueue/LICENSE"
}