Package python-neovim was replaced by python-pynvim
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
dcde7d6881
commit
81b70b6efb
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -6,7 +6,7 @@ pkgname=(
|
||||||
luzifer-devel
|
luzifer-devel
|
||||||
luzifer-gui
|
luzifer-gui
|
||||||
)
|
)
|
||||||
pkgver=0.4.0
|
pkgver=0.4.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='System configuration for @luzifer systems'
|
pkgdesc='System configuration for @luzifer systems'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -72,7 +72,7 @@ package_luzifer-base() {
|
||||||
depends+=(zsh)
|
depends+=(zsh)
|
||||||
|
|
||||||
# Add editor
|
# Add editor
|
||||||
depends+=(neovim python-neovim)
|
depends+=(neovim python-pynvim)
|
||||||
|
|
||||||
# Add script dependencies
|
# Add script dependencies
|
||||||
depends+=(
|
depends+=(
|
||||||
|
|
Loading…
Reference in a new issue