zsh-completions: update to 0.34.0.
This commit is contained in:
parent
53ae0a9105
commit
67498d26e7
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'zsh-completions'
|
# Template file for 'zsh-completions'
|
||||||
pkgname=zsh-completions
|
pkgname=zsh-completions
|
||||||
version=0.33.0
|
version=0.34.0
|
||||||
revision=2
|
revision=1
|
||||||
depends="zsh"
|
depends="zsh"
|
||||||
short_desc="Additional completions for Zsh"
|
short_desc="Additional completions for Zsh"
|
||||||
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||||
license="BSD-3-Clause, Apache-2.0, MIT"
|
license="BSD-3-Clause, Apache-2.0, MIT"
|
||||||
homepage="https://github.com/zsh-users/zsh-completions"
|
homepage="https://github.com/zsh-users/zsh-completions"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=39452d383d0718aa2c830edba1aa32f0ee1e40002ef6932d88699a888bd58c29
|
checksum=21b6c194b15ae3992f4c2340ab249aa326a9874d46e3130bb3f292142c217fe2
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
rm -f src/_composer
|
rm -f src/_composer
|
||||||
|
@ -16,7 +16,6 @@ post_patch() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/zsh/site-functions/
|
vmkdir usr/share/zsh/site-functions/
|
||||||
rm src/_cheat # cheat package includes better one
|
|
||||||
vcopy src/_* usr/share/zsh/site-functions/
|
vcopy src/_* usr/share/zsh/site-functions/
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue