summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2022-07-14 16:34:24 +1000
committerRhinoceros2022-07-14 16:34:24 +1000
commit9be568583cc31d7941f2fc269798197095b504d6 (patch)
treec483dccf8a0168c9f65ad1875ca65a47ec934b4c
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.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8ff93e59c5e..10f2598b38a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Apr 19 03:40:34 UTC 2017
pkgbase = vim-airline-git
pkgdesc = A lean & mean statusline for vim that's light as air.
- pkgver = 0.8.r237.g4a47cd7
- pkgrel = 2
+ pkgver = 0.11.r509.gebb89a08
+ pkgrel = 1
epoch = 1
url = https://github.com/vim-airline/vim-airline
arch = any
@@ -19,4 +17,3 @@ pkgbase = vim-airline-git
md5sums = SKIP
pkgname = vim-airline-git
-
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"
}