upgpkg: vim-indent-guides 1.7-1
upstream release
This commit is contained in:
parent
2b69225840
commit
3a3940a2d4
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = vim-indent-guides
|
pkgbase = vim-indent-guides
|
||||||
pkgdesc = Visually display indent levels in Vim
|
pkgdesc = Visually display indent levels in Vim
|
||||||
pkgver = 1.6
|
pkgver = 1.7
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.vim.org/scripts/script.php?script_id=3361
|
url = http://www.vim.org/scripts/script.php?script_id=3361
|
||||||
install = vimdoc.install
|
install = vimdoc.install
|
||||||
|
@ -8,8 +8,8 @@ pkgbase = vim-indent-guides
|
||||||
groups = vim-plugins
|
groups = vim-plugins
|
||||||
license = MIT
|
license = MIT
|
||||||
depends = vim
|
depends = vim
|
||||||
source = https://github.com/nathanaelkane/vim-indent-guides/archive/1.6.tar.gz
|
source = indent-guides-1.7.tar.gz::https://www.vim.org/scripts/download_script.php?src_id=19601
|
||||||
sha256sums = 11c401fb1b23e42536238011c28027e1e2807b210686d94f5f445638bbc075fe
|
sha256sums = 2995514b55f162ee0a238aec8b4bba0d33f3a187442977ad8f2f17d8f99efd62
|
||||||
|
|
||||||
pkgname = vim-indent-guides
|
pkgname = vim-indent-guides
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: Olivier Mehani <shtrom+aur@ssji.ne>
|
# Contributor: Olivier Mehani <shtrom+aur@ssji.ne>
|
||||||
|
|
||||||
pkgname=vim-indent-guides
|
pkgname=vim-indent-guides
|
||||||
pkgver=1.6
|
pkgver=1.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Visually display indent levels in Vim'
|
pkgdesc='Visually display indent levels in Vim'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -11,11 +11,11 @@ license=(MIT)
|
||||||
groups=('vim-plugins')
|
groups=('vim-plugins')
|
||||||
depends=(vim)
|
depends=(vim)
|
||||||
install=vimdoc.install
|
install=vimdoc.install
|
||||||
source=("https://github.com/nathanaelkane/vim-indent-guides/archive/${pkgver}.tar.gz")
|
source=("indent-guides-${pkgver}.tar.gz::https://www.vim.org/scripts/download_script.php?src_id=19601")
|
||||||
sha256sums=('11c401fb1b23e42536238011c28027e1e2807b210686d94f5f445638bbc075fe')
|
sha256sums=('2995514b55f162ee0a238aec8b4bba0d33f3a187442977ad8f2f17d8f99efd62')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/${pkgname}-${pkgver}"
|
cd "$srcdir/"
|
||||||
local installpath="$pkgdir/usr/share/vim/vimfiles"
|
local installpath="$pkgdir/usr/share/vim/vimfiles"
|
||||||
mkdir -p "$installpath"
|
mkdir -p "$installpath"
|
||||||
cp -r autoload plugin doc "$installpath"
|
cp -r autoload plugin doc "$installpath"
|
||||||
|
|
Loading…
Reference in a new issue