summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ac1a3f55362..f3abd67d6cab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vnote
pkgdesc = A Vim-inspired note-taking application, especially for Markdown.
- pkgver = 3.3.0
+ pkgver = 3.6.0
pkgrel = 1
url = https://vnotex.github.io/vnote/en_us/
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = vnote
arch = armv6h
arch = armv7h
arch = aarch64
- license = MIT
+ license = LGPL3
makedepends = git
depends = qt5-webengine
depends = qt5-svg
- source = git+https://github.com/vnotex/vnote.git#tag=v3.3.0
+ source = git+https://github.com/vnotex/vnote.git#tag=v3.6.0
source = vnotex-vtextedit::git+https://github.com/vnotex/vtextedit
source = vnotex-syntax-highlighting::git+https://github.com/vnotex/syntax-highlighting
source = vnotex-hunspell::git+https://github.com/vnotex/hunspell
diff --git a/PKGBUILD b/PKGBUILD
index 44a48b856905..22d7b8f842e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: erk <v at erk dot io>
pkgname=vnote
-pkgver=3.3.0
+pkgver=3.6.0
pkgrel=1
pkgdesc="A Vim-inspired note-taking application, especially for Markdown."
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://vnotex.github.io/vnote/en_us/"
-license=(MIT)
+license=(LGPL3)
depends=(qt5-webengine qt5-svg)
makedepends=(git)
source=("git+https://github.com/vnotex/vnote.git#tag=v${pkgver}"