summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2020-05-02 20:18:39 -0700
committerShane Stone2020-05-02 20:18:39 -0700
commit83b4f82dcb87579431aa0751d69ae6b3a64c91ce (patch)
tree89e382d7ead094382cbbce13d43f397166884132
parent8a6c0eb37a0bce19cbee8db3974bbe33c94ea240 (diff)
downloadaur-83b4f82dcb87579431aa0751d69ae6b3a64c91ce.tar.gz
Add compiler directory
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b96c7480e090..542a84ef8932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=neovim-vimtex-opt-git
_pkgname=vimtex
-pkgver=2502.068ef61
+pkgver=3262.9194c10d
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 doc ftplugin indent
+ cp -rvt "${pkgdir}/${_installpath}" after autoload compiler doc ftplugin indent
install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"