Skip to content

Commit

Permalink
upgpkg: vim-vimwiki 2024.01.24-1
Browse files Browse the repository at this point in the history
upstream release
  • Loading branch information
mutantmonkey committed Aug 16, 2024
1 parent 731f36e commit f2593a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions vim-vimwiki/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pkgbase = vim-vimwiki
pkgdesc = A personal wiki for Vim
pkgver = 2023.04.04_1
pkgver = 2024.01.24
pkgrel = 1
url = https://github.com/vimwiki/vimwiki
arch = any
groups = vim-plugins
license = MIT
depends = vim
source = vim-vimwiki-2023.04.04_1.tar.gz::https://github.com/vimwiki/vimwiki/archive/v2023.04.04_1.tar.gz
sha256sums = a8dc8e94bde49343b160f876962963a9b4570b5639d4262e5fb5678f85de1de8
source = vim-vimwiki-2024.01.24.tar.gz::https://github.com/vimwiki/vimwiki/archive/v2024.01.24.tar.gz
sha256sums = 587083ee6afbae027b69fb2dd074e87244a963b218ced7e16d4cb1390c6a5833

pkgname = vim-vimwiki
4 changes: 2 additions & 2 deletions vim-vimwiki/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Contributor: Johannes Dewender < arch at JonnyJD dot net >

pkgname=vim-vimwiki
pkgver=2023.04.04_1
pkgver=2024.01.24
pkgrel=1
pkgdesc='A personal wiki for Vim'
arch=('any')
Expand All @@ -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=('a8dc8e94bde49343b160f876962963a9b4570b5639d4262e5fb5678f85de1de8')
sha256sums=('587083ee6afbae027b69fb2dd074e87244a963b218ced7e16d4cb1390c6a5833')

package () {
cd "${pkgname#vim-}-${pkgver}"
Expand Down

0 comments on commit f2593a8

Please sign in to comment.