ninja: rebuild for Python 3.11
This commit is contained in:
parent
f7a36fd365
commit
b049b5df76
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ninja'
|
||||
pkgname=ninja
|
||||
version=1.11.1
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="python3 asciidoc"
|
||||
short_desc="Small build system with a focus on speed"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
|
@ -39,5 +39,5 @@ do_install() {
|
|||
vinstall misc/zsh-completion 644 usr/share/zsh/site-functions _ninja
|
||||
vinstall misc/ninja-mode.el 644 usr/share/emacs/site-lisp
|
||||
vinstall misc/ninja.vim 644 usr/share/vim/vimfiles/syntax
|
||||
vinstall misc/ninja_syntax.py 644 usr/lib/python3.10/site-packages
|
||||
vinstall misc/ninja_syntax.py 644 "${py3_sitelib}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue