diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = vnote pkgdesc = A Vim-inspired note-taking application, especially for Markdown. - pkgver = 2.0 + pkgver = 2.2 pkgrel = 1 url = https://tamlok.github.io/vnote/ arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = vnote depends = qt5-base depends = qt5-webengine depends = qt5-svg - source = git+https://github.com/tamlok/vnote#tag=v2.0 + source = git+https://github.com/tamlok/vnote.git#tag=v2.2 source = git+https://github.com/chjj/marked.git source = git+https://github.com/tamlok/hoedown.git sha256sums = SKIP @@ -2,7 +2,7 @@ # Contributor: erk <v at erk dot io> pkgname=vnote -pkgver=2.0 +pkgver=2.2 pkgrel=1 pkgdesc="A Vim-inspired note-taking application, especially for Markdown." arch=(x86_64 i686 arm armv6h armv7h aarch64) @@ -10,7 +10,7 @@ url='https://tamlok.github.io/vnote/' license=(MIT) depends=(qt5-base qt5-webengine qt5-svg) makedepends=(git) -source=("git+https://github.com/tamlok/vnote#tag=v${pkgver}" +source=("git+https://github.com/tamlok/vnote.git#tag=v${pkgver}" "git+https://github.com/chjj/marked.git" "git+https://github.com/tamlok/hoedown.git") sha256sums=('SKIP' |