diff options
author | TBK <tbk@jjtc.dk> | 2018-04-27 15:52:49 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-28 22:44:53 +0200 |
commit | 6e9346160b4a0d0451e600cf94ee3d178221c1ad (patch) | |
tree | 83a3f0bba617723012cb11f27acdc0109de32001 /community/neovim | |
parent | dc7a75d3f3cb957fb4afb19888369f8e9ac45380 (diff) | |
download | aports-6e9346160b4a0d0451e600cf94ee3d178221c1ad.tar.bz2 aports-6e9346160b4a0d0451e600cf94ee3d178221c1ad.tar.xz |
main/libuv: upgrade to 1.20.2 and rebuild dependent aports
Diffstat (limited to 'community/neovim')
-rw-r--r-- | community/neovim/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD index 8ee1d532fc..09c336c117 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -13,7 +13,7 @@ # NOTE: ignore-st-cursor-shape.patch will be in neovim 0.2.3 pkgname=neovim pkgver=0.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" arch="all !s390x" # needs luajit |