summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoost Bremmer2017-02-07 15:42:04 +0100
committerJoost Bremmer2017-02-07 15:43:10 +0100
commit1e4175871dcee5508eed94024742f026e85cd558 (patch)
tree5f105e1d15b9e9500c894acffb5bee77f9a392de /PKGBUILD
parent037e45a2f88ff61cf21f7a2e869a492caa76617b (diff)
downloadaur-1e4175871dcee5508eed94024742f026e85cd558.tar.gz
update pkg: neovim-plug 0.7.2-2
Fix more urls
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a167c9bba40d..c3f6da2e2919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=neovim-plug
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Neovim plugin manager"
arch=('any')
-url="http://github.com/junegunn/neovim-plug"
+url="http://github.com/junegunn/${pkgname#neo}"
license=('MIT')
depends=('neovim')
groups=('neovim-plugins')
-source=("https://github.com/junegunn/${pkgname#neo}/archive/$pkgver.tar.gz"
+source=("${url}/archive/$pkgver.tar.gz"
"$pkgname.init.vim")
sha512sums=('c9d2954ad8501390e5c72ddefa4b2ff75843b850a5f330580c347ff9186e3e30c0bcd42bedd1381cf4ea55532a08e4d757b7a89d61726f9e1d38729631c24e78'
@@ -20,5 +20,6 @@ install=neovim-plug.install
package() {
install -Dm 644 ${pkgname#neo}-${pkgver}/plug.vim ${pkgdir}/usr/share/nvim/runtime/autoload/plug.vim
install -Dm 644 "$pkgname.init.vim" ${pkgdir}/usr/share/doc/neovim-plug/init.vim.sample
+ # no LICENSE file offered.
}
# vim: set ts=2 sw=2 et: