diff options
author | FabioLolix | 2019-02-03 23:18:28 +0100 |
---|---|---|
committer | FabioLolix | 2019-02-03 23:18:28 +0100 |
commit | e848602b9c5e97334e16295a3a8d71a2060ca208 (patch) | |
tree | 2d7de0b3c40b624a59496be2d996216eea7d0831 | |
parent | b38ff2912a7c1c22c7cd7876b09f9c3e9a4dd4a2 (diff) | |
download | aur-e848602b9c5e97334e16295a3a8d71a2060ca208.tar.gz |
v2.2
-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' |