summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2016-02-02 21:21:16 +1100
committerRhinoceros2016-02-02 21:21:16 +1100
commitd053ea5199eab51b4ecc9a1f832b4d395cff4d45 (patch)
tree9ff8cc12b84d626a0b5e0a1e643d3c0fda094e9e
parentae4a4710e1f834e3d35d7617bd917f9f68371ac1 (diff)
downloadaur-d053ea5199eab51b4ecc9a1f832b4d395cff4d45.tar.gz
Update to 1:0.7.r219.gdbb4d32-3
* Fix incorrect variable name * Rename install file to something more informative
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rwxr-xr-xvimdoc.install (renamed from airline.install)0
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50a7b879ed68..947a045b86a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Tue Feb 2 10:09:55 UTC 2016
+# Tue Feb 2 10:21:11 UTC 2016
pkgbase = vim-airline-git
pkgdesc = A lean & mean statusline for vim that's light as air.
pkgver = 0.7.r219.gdbb4d32
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://github.com/vim-airline/vim-airline
- install = airline.install
+ install = vimdoc.install
arch = any
groups = vim-plugins
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 8369ce7239cf..9a658227ab42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=vim-airline-git
pkgver=0.7.r219.gdbb4d32
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="A lean & mean statusline for vim that's light as air."
arch=('any')
@@ -17,7 +17,7 @@ groups=('vim-plugins')
source=("git+https://github.com/vim-airline/${pkgname%-git}.git")
optdepends=('otf-powerline-symbols-git: use the Powerline symbols'
'vim-airline-themes-git: alternative themes')
-install='airline.install'
+install='vimdoc.install'
md5sums=('SKIP')
pkgver() {
@@ -29,6 +29,6 @@ package() {
cd "${pkgname%-git}"
_installpath="${pkgdir}/usr/share/vim/vimfiles"
mkdir -p "${_installpath}"
- cp -r autoload doc plugin t "${vimfiles}"
+ cp -r autoload doc plugin t "${_installpath}"
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
diff --git a/airline.install b/vimdoc.install
index 220693cc8af7..220693cc8af7 100755
--- a/airline.install
+++ b/vimdoc.install