summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin2019-03-30 21:20:52 -0500
committerKevin2019-03-30 21:20:52 -0500
commit97c34f0de3b7cc1a0873dc0f0561f04d65ddf111 (patch)
tree517bd3e832b505f4fa5fb6faec17b80d37817f4c /PKGBUILD
parent2093de2aeb476c23406b0d566f4a8c2aa21ceb1e (diff)
downloadaur-97c34f0de3b7cc1a0873dc0f0561f04d65ddf111.tar.gz
removed sha512sum check, updating PKGBUILD weekly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc6187f67bb1..a90172322668 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,9 @@
_pkgname=neovim
pkgname=neovim-nightly
pkgver=0.4.0
-pkgrel=1
-pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs - Nightly Build'
+pkgrel=2
+pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs - Nightly Build
+(pkg updated every week)'
arch=('x86_64')
url='https://neovim.io'
license=('custom:neovim')
@@ -16,7 +17,7 @@ optdepends=('python2-neovim: for Python 2 plugin support, see :help python'
'xsel: for clipboard support, see :help clipboard')
source=('https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz')
-sha512sums=('3a3c599c10d094ae7e7742e3330c2af996290ede5fc30e3e7017bc55716e0ff8ae6cb663cd6a63016b222d56d38e9716f7fa4b5efeed21535e46903fe8a635d8')
+sha512sums=(SKIP)
install=neovim.install
check() {