summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2022-07-14 16:34:24 +1000
committerRhinoceros2022-07-14 16:34:24 +1000
commit9be568583cc31d7941f2fc269798197095b504d6 (patch)
treec483dccf8a0168c9f65ad1875ca65a47ec934b4c /PKGBUILD
parent4d32448553bec15931e26f493d7e17a81ef00a96 (diff)
downloadaur-vim-airline-git.tar.gz
Update to 0.11.r509.gebb89a08-1
* Upstream changed `t` to `test` * Not totally sure what this directory is, but continue to include it anyway.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5aff5143bbc..554ec3ce9f60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Ariel Popper <a@arielp.com>
pkgname=vim-airline-git
-pkgver=0.8.r237.g4a47cd7
-pkgrel=2
+pkgver=0.11.r509.gebb89a08
+pkgrel=1
epoch=1
pkgdesc="A lean & mean statusline for vim that's light as air."
arch=('any')
@@ -28,6 +28,6 @@ package() {
cd "${pkgname%-git}"
_installpath="${pkgdir}/usr/share/vim/vimfiles"
mkdir -p "${_installpath}"
- cp -r autoload doc plugin t "${_installpath}"
+ cp -r autoload doc plugin test "${_installpath}"
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}