Date: Monday, September 13, 2021 @ 17:51:53 Author: anthraxx Revision: 1014706
upgpkg: vim-fugitive 3.4-2: fix missing plugin files Modified: vim-fugitive/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-13 17:19:07 UTC (rev 1014705) +++ PKGBUILD 2021-09-13 17:51:53 UTC (rev 1014706) @@ -5,7 +5,7 @@ pkgname=vim-fugitive pkgver=3.4 -pkgrel=1 +pkgrel=2 pkgdesc='Git wrapper so awesome, it should be illegal' url='https://github.com/tpope/vim-fugitive' arch=('any') @@ -23,7 +23,7 @@ cd ${pkgname}-${pkgver} local _installpath="${pkgdir}/usr/share/vim/vimfiles" install -d "${_installpath}" - cp -r -t "${_installpath}" autoload doc plugin ftdetect syntax + cp -r -t "${_installpath}" autoload doc plugin ftdetect ftplugin syntax install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}" }
