summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornb5p2020-01-08 20:15:42 +0800
committernb5p2020-01-08 20:15:42 +0800
commit069c0d0e2504abe9d476c8cc3351ae70cc07d63d (patch)
tree3ea30e3598bbcb4ff2a044778c6e709972e29fff /PKGBUILD
parentd4aa15aec2a5c2e1e3dd107bada917168a793f53 (diff)
downloadaur-069c0d0e2504abe9d476c8cc3351ae70cc07d63d.tar.gz
update: v2.3 for vim8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b390dee2c3e1..aeb85e4aa45f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: nb5p
pkgname=vimcdoc
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="Vim chinese documentation"
arch=(any)
depends=('vim')
url="http://vimcdoc.sf.net"
license=('GPL')
-source=("https://jaist.dl.sourceforge.net/project/vimcdoc/vimcdoc/vimcdoc-2.2.0.tar.gz")
-md5sums=('f59422e918e142cfa058f8fe8c9ac683')
+source=("https://nchc.dl.sourceforge.net/project/vimcdoc/vimcdoc/vimcdoc-2.3.0.tar.gz")
+md5sums=('fdc9e9d35a1355423bcc5f75f7f5463c')
package() {
cd "${pkgname}-${pkgver}"
local _dir="${pkgdir}/usr/share/vim/vimfiles"