diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-29 00:08:49 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-04-29 00:09:27 +0200 |
commit | 32bdfd6043d12976a0086114a655b70a24b9b35f (patch) | |
tree | 4edac4b3c01d063f6c57f1bf6ca5d9c49b00290e /community/neovim/APKBUILD | |
parent | fd0fe9323702c6f67856701d376d3aa441412c09 (diff) | |
download | aports-32bdfd6043d12976a0086114a655b70a24b9b35f.tar.bz2 aports-32bdfd6043d12976a0086114a655b70a24b9b35f.tar.xz |
Revert "community/neovim: backport fix for aarch64"
This reverts commit fd0fe9323702c6f67856701d376d3aa441412c09.
It didn't help at all.
Diffstat (limited to 'community/neovim/APKBUILD')
-rw-r--r-- | community/neovim/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD index 31e5033046..7f0429778f 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=4 +pkgrel=5 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" arch="all !s390x" # needs luajit @@ -24,7 +24,6 @@ makedepends="cmake gettext-dev gperf libtermkey-dev libuv-dev libvterm-dev subpackages="$pkgname-lang $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/neovim/$pkgname/archive/v$pkgver.tar.gz ignore-st-cursor-shape.patch - fix-on-aarch64.patch nodoc.txt " builddir="$srcdir/$pkgname-$pkgver" @@ -68,5 +67,4 @@ doc() { sha512sums="5609defe86ac98356f1b9ae9adc6049bb4df920a9a2ae3104f761d52d4dd54cbc84d2596231595dd9b0aa97201fef2121e6c5c86a19267ab6b871dbf4b568209 neovim-0.2.2.tar.gz 46663e6d71a0cbd501fc62c97940e9e8438190080eea442fd060ae4b60ac6f8d656578df83f26a3210ced90db034038c8da0746b7161a6636a4d9275860be716 ignore-st-cursor-shape.patch -e60205ffbd5104679933746c211b29657f389d2079b6098ddd9bd29f3e7c1de9e9c45d3b3fa2c2e40c5ae0eb177e9a96e036077ed3d2608f37618dead3ef8901 fix-on-aarch64.patch 72ab288f53acddc088c567aafe8c5afa6835325fab7879e782d1d62f87a662f3a6bac123c450debbae1b32336cc60b2830b429838ee3dfcc7524773b5069f4f0 nodoc.txt" |