summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2022-06-26 22:22:16 +0200
committerHugo Osvaldo Barrera2022-06-26 22:22:16 +0200
commitaa8050bd6cbb43bc2e3fb1c26de5f715981ad7ec (patch)
tree815bea089cd22d371d5132534984bbcf3117a095 /PKGBUILD
parentfa3a712fb325660c3393fe127aa44d4fea0b29ef (diff)
downloadaur-aa8050bd6cbb43bc2e3fb1c26de5f715981ad7ec.tar.gz
Drop reference to upstream-dropped completion file
See: https://github.com/pimutils/khal/pull/1141
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02e1affbf2d4..de1f735c5d3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=khal-git
_pkgname=khal
-pkgver=0.10.6.dev25+g3bd2f45
+pkgver=0.10.6.dev26+g0ad99a1
pkgrel=1
pkgdesc='CLI calendar application build around CalDAV (Git)'
arch=('any')
@@ -58,9 +58,6 @@ package() {
# man page
install -vDm 644 doc/build/man/${_pkgname}.1 \
-t "${pkgdir}/usr/share/man/man1/"
- # zsh completion
- install -vDm 644 "misc/__${_pkgname}" \
- "${pkgdir}/usr/share/zsh/site-functions/_${_pkgname}"
# license
install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${_pkgname}"
# docs