summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4e71d84d88b..babe68769f59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=neovim-wordmotion-opt-git
_pkgname=wordmotion
-pkgver=99.5d0422e
+pkgver=110.257a59c
pkgrel=1
pkgdesc='More useful word motions for (neo)vim.'
arch=('any')
@@ -28,6 +28,6 @@ package() {
install -dvm755 "${pkgdir}/${_installpath}"
- cp -rvt "${pkgdir}/${_installpath}" doc plugin
+ cp -rvt "${pkgdir}/${_installpath}" autoload doc plugin
}