summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShane Stone2021-01-05 17:37:23 -0700
committerShane Stone2021-01-05 17:37:23 -0700
commit80b83e9a28eaf5cbdcf33b98c9ff3a6536c89ede (patch)
tree98b2a2e825a9744cc6ca3d4f1cdb29f08a01bdad /PKGBUILD
parent2ed9b9092b8aa500e3a091e9a4a7c8bc3839a621 (diff)
downloadaur-80b83e9a28eaf5cbdcf33b98c9ff3a6536c89ede.tar.gz
Update to new directory structure
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6aca4c542efb..bfb31a7bd851 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=neovim-vimtex-opt-git
_pkgname=vimtex
-pkgver=3412.10af281d
+pkgver=3719.e5214dd3
pkgrel=1
pkgdesc='A modern (neo)vim plugin for editing LaTeX files.'
arch=('any')
@@ -28,7 +28,7 @@ package() {
install -dvm755 "${pkgdir}/${_installpath}"
- cp -rvt "${pkgdir}/${_installpath}" after autoload compiler doc ftplugin indent plugin
+ cp -rvt "${pkgdir}/${_installpath}" after autoload compiler doc ftdetect ftplugin indent syntax
install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"