diff options
author | FabioLolix | 2022-07-04 13:08:23 +0200 |
---|---|---|
committer | FabioLolix | 2022-07-04 13:08:23 +0200 |
commit | b7fc43873fe1858e25784106f5720508b7b185f0 (patch) | |
tree | 1c7dae2aee9612f2c362c7349bc4f340ac7d203c /.SRCINFO | |
parent | f6a4c9dab7a9363864a36ad17cc4d22bc3bc8fb1 (diff) | |
download | aur-b7fc43873fe1858e25784106f5720508b7b185f0.tar.gz |
v3.13.1
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = vnote pkgdesc = A Vim-inspired note-taking application, especially for Markdown. - pkgver = 3.13.0 + pkgver = 3.13.1 pkgrel = 1 url = https://vnotex.github.io/vnote/en_us/ arch = x86_64 @@ -13,8 +13,10 @@ pkgbase = vnote makedepends = git depends = qt5-webengine depends = qt5-svg - source = git+https://github.com/vnotex/vnote.git#tag=v3.13.0 + depends = qt5-x11extras + source = git+https://github.com/vnotex/vnote.git#tag=v3.13.1 source = vnotex-vtextedit::git+https://github.com/vnotex/vtextedit + source = vnotex-QHotkey::git+https://github.com/vnotex/QHotkey.git source = vnotex-syntax-highlighting::git+https://github.com/vnotex/syntax-highlighting source = vnotex-hunspell::git+https://github.com/vnotex/hunspell source = vnotex-sonnet::git+https://github.com/vnotex/sonnet @@ -23,5 +25,6 @@ pkgbase = vnote sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP + sha256sums = SKIP pkgname = vnote |