summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2020-05-27 11:25:09 +1000
committerRhinoceros2020-05-27 11:25:09 +1000
commit8f03aa5d9c0981d32df114180a45e2e70fc53cd5 (patch)
tree31b3023e0408e36092f47296b59fb3f58898c10c /PKGBUILD
parente592b70e70bc7664c6988d8d71ea57df407726ae (diff)
downloadaur-8f03aa5d9c0981d32df114180a45e2e70fc53cd5.tar.gz
Update to 2.5-1
* Upstream changelog: https://github.com/vimwiki/vimwiki/releases/tag/v2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28b27a066321..ea5748a9338a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Johannes Dewender < arch at JonnyJD dot net >
pkgname=vim-vimwiki
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.5
+pkgrel=1
pkgdesc='A personal wiki for Vim'
arch=('any')
url='https://github.com/vimwiki/vimwiki'
@@ -11,7 +11,7 @@ license=('MIT')
groups=('vim-plugins')
depends=('vim')
source=("$pkgname-$pkgver.tar.gz::https://github.com/vimwiki/vimwiki/archive/v${pkgver}.tar.gz")
-sha256sums=('ccae0b8865bd3aea5f0834e888af294c654238f1d472390c1606f0588f01213a')
+sha256sums=('ccbca04c0139db5fa3523cc0524b1d8f93a86d56024ff217857889216e3c3063')
package () {
cd "${pkgname#vim-}-${pkgver}"