summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYiyao Yu2021-09-23 21:38:18 -0400
committerYiyao Yu2021-09-23 21:38:18 -0400
commitac3dd261228eb64dd45e12080c9326b619c62883 (patch)
tree60056c17eaae4e993df08f4f0a5525a40321e6c5
parent2dc0c08cd5495595a33447f9fe1f0a1640301265 (diff)
downloadaur-ac3dd261228eb64dd45e12080c9326b619c62883.tar.gz
Added ftdetect directory
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9597f1fbfb0..89f97cd213d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vim-fugitive-git
pkgdesc = Git wrapper so awesome, it should be illegal.
- pkgver = 3.4.113.ge1d382b
- pkgrel = 1
+ pkgver = 3.4.115.g142a0dc
+ pkgrel = 2
url = https://github.com/tpope/vim-fugitive
arch = any
groups = vim-plugins
diff --git a/PKGBUILD b/PKGBUILD
index fdfd0bc9131e..dc8a4d2a3871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname=vim-fugitive
pkgname="${_pkgname}-git"
-pkgver=3.4.113.ge1d382b
-pkgrel=1
+pkgver=3.4.115.g142a0dc
+pkgrel=2
pkgdesc='Git wrapper so awesome, it should be illegal.'
url='https://github.com/tpope/vim-fugitive'
arch=('any')
@@ -28,7 +28,7 @@ pkgver() {
package() {
cd "${srcdir}/${_pkgname}"
- find autoload doc ftdetect plugin syntax -type f -exec \
+ find autoload doc ftdetect ftplugin plugin syntax -type f -exec \
install -Dm 644 '{}' "${pkgdir}/usr/share/vim/vimfiles/{}" \;
install -Dm 644 "${srcdir}/license.txt" \