summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2019-04-21 09:35:35 +1000
committerRhinoceros2019-04-21 09:35:35 +1000
commit00dc5c6364e62e6836f129c177ff2d5cef639b54 (patch)
tree6bf0fc4686429c681791422442118f293605553d
parente3fc141052b61291dfee8925e399a6a727f26cb2 (diff)
downloadaur-00dc5c6364e62e6836f129c177ff2d5cef639b54.tar.gz
Update to 2.4.1-1
Upstream changelog: * Minor bugfix release * Fixes: * Fix VimwikiShowVersion function. * strikethrough ~ characters were not hidden within tables * Update and format README.md and update screen shots
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 974037455bc5..701876fbe44c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vim-vimwiki
pkgdesc = A personal wiki for Vim
- pkgver = 2.4
+ pkgver = 2.4.1
pkgrel = 1
url = https://github.com/vimwiki/vimwiki
arch = any
@@ -8,8 +8,8 @@ pkgbase = vim-vimwiki
license = MIT
depends = vim
depends = python2
- source = https://github.com/vimwiki/vimwiki/archive/v2.4.tar.gz
- sha256sums = dc251fcf10d3475af4434a22081fe271dd6113805cef4f579c5b3bf090608726
+ source = https://github.com/vimwiki/vimwiki/archive/v2.4.1.tar.gz
+ sha256sums = ccae0b8865bd3aea5f0834e888af294c654238f1d472390c1606f0588f01213a
pkgname = vim-vimwiki
diff --git a/PKGBUILD b/PKGBUILD
index e7900b696ec2..e618e7cea82f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Johannes Dewender < arch at JonnyJD dot net >
pkgname=vim-vimwiki
-pkgver=2.4
+pkgver=2.4.1
pkgrel=1
pkgdesc='A personal wiki for Vim'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
groups=('vim-plugins')
depends=('vim' 'python2')
source=("https://github.com/vimwiki/vimwiki/archive/v${pkgver}.tar.gz")
-sha256sums=('dc251fcf10d3475af4434a22081fe271dd6113805cef4f579c5b3bf090608726')
+sha256sums=('ccae0b8865bd3aea5f0834e888af294c654238f1d472390c1606f0588f01213a')
prepare() {
# Extract licence from vim's help