summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Stone2021-07-06 18:56:05 -0400
committerShane Stone2021-07-06 18:56:05 -0400
commit48e5b01554cc5fa0ee1dca8946646a1e0e530785 (patch)
tree694bcadc8a2aa1fa6b23a2ee2a164e4cf14bd054
parentab001f8622c96d3834aed968855ba651df949650 (diff)
downloadaur-48e5b01554cc5fa0ee1dca8946646a1e0e530785.tar.gz
Include new lua/ dir
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06222a549f53..25d70d5afe2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-matchup-opt-git
pkgdesc = A modern, drop-in replacement for matchit.vim and matchparen.
- pkgver = 299.afbf309
+ pkgver = 355.bae99f0
pkgrel = 1
url = https://github.com/andymass/vim-matchup
arch = any
@@ -11,4 +11,3 @@ pkgbase = neovim-matchup-opt-git
sha256sums = SKIP
pkgname = neovim-matchup-opt-git
-
diff --git a/PKGBUILD b/PKGBUILD
index de98d1d392c8..8356a54ecce8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=neovim-matchup-opt-git
_pkgname=matchup
-pkgver=355.bae99f0
+pkgver=492.05f4962
pkgrel=1
pkgdesc='A modern, drop-in replacement for matchit.vim and matchparen.'
arch=('any')
@@ -28,7 +28,7 @@ package() {
install -dvm755 "${pkgdir}/${_installpath}"
- cp -rvt "${pkgdir}/${_installpath}" after autoload doc plugin
+ cp -rvt "${pkgdir}/${_installpath}" after autoload doc lua plugin
install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"