summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2016-03-31 23:44:38 +1100
committerRhinoceros2016-03-31 23:44:38 +1100
commit834710e270647a26f0f2bb16c4f0b04d0a1dde90 (patch)
treeab46a878f9ecbb10dd3ca3af35285f162ce42dd3
parentee5992d0f158641e4ceab9030b762057dbaed8b5 (diff)
downloadaur-834710e270647a26f0f2bb16c4f0b04d0a1dde90.tar.gz
Update to 2.3-1, upstream changelog follows.
New Add :VimwikiMakeYesterdayDiaryNote command Issue #128: add option vimwiki-option-automatic_nested_syntaxes Issue #192: Sort links in the list generated by :VimwikiGenerateTags Fixed Issue #176: Fix issue when the wiki path contains spaces Also look for tags in wiki files in subdirectories Locate the .tags file correctly on Windows Issue #183: Fix HTML conversion of headers containing links Issue #64: create correct Markdown links when pressing CR on a word Issue #191: ignore headers inside preformatted text when creating the TOC Create the standard CSS file also if only one file is converted to HTML Fix #188: vimwiki_+ on a raw url surrounds it with brackets various minor fixes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3c4ea1ab099..0bbfc7bb12ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 30 02:40:51 UTC 2016
+# Thu Mar 31 12:44:33 UTC 2016
pkgbase = vim-vimwiki
pkgdesc = A personal wiki for Vim
- pkgver = 2.2.1
+ pkgver = 2.3
pkgrel = 1
url = https://github.com/vimwiki/vimwiki
install = vimdoc.install
@@ -11,8 +11,8 @@ pkgbase = vim-vimwiki
license = MIT
depends = vim
depends = python2
- source = https://github.com/vimwiki/vimwiki/archive/v2.2.1.tar.gz
- sha256sums = be7bbb57482d05b5ee300a944dc3fce01c9c266d1b7509c079e3f667ad924c32
+ source = https://github.com/vimwiki/vimwiki/archive/v2.3.tar.gz
+ sha256sums = a6d16a564e9e489cf89aad2d5d3383f14dbd48ab8ecc38ee530ffc13f59f2a2f
pkgname = vim-vimwiki
diff --git a/PKGBUILD b/PKGBUILD
index 55eb9c47fc34..486641b260db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Johannes Dewender < arch at JonnyJD dot net >
pkgname=vim-vimwiki
-pkgver=2.2.1
+pkgver=2.3
pkgrel=1
pkgdesc='A personal wiki for Vim'
arch=('any')
@@ -12,7 +12,7 @@ groups=('vim-plugins')
depends=('vim' 'python2')
install=vimdoc.install
source=("https://github.com/vimwiki/vimwiki/archive/v${pkgver}.tar.gz")
-sha256sums=('be7bbb57482d05b5ee300a944dc3fce01c9c266d1b7509c079e3f667ad924c32')
+sha256sums=('a6d16a564e9e489cf89aad2d5d3383f14dbd48ab8ecc38ee530ffc13f59f2a2f')
prepare() {
# Extract licence from vim's help