summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-08-21 15:37:15 +0200
committerFabioLolix2021-08-21 15:37:15 +0200
commit0bf546d0c9d3d7d305c9fb251e429ccf4fade3eb (patch)
treebef38f9313fdd495ac8c352b8d3a63221fe2ec7c
parent8904a32f6595892bae3a963e55ad5e75bea2f165 (diff)
downloadaur-0bf546d0c9d3d7d305c9fb251e429ccf4fade3eb.tar.gz
correct license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e96b5b53fec0..62db92ef029d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vnote-git
pkgdesc = A Vim-inspired note-taking application, especially for Markdown.
- pkgver = 3.4.0.r4.c13d1803
+ pkgver = 3.6.0.r4.7cc31a5d
pkgrel = 1
url = https://vnotex.github.io/vnote/en_us/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = vnote-git
arch = armv6h
arch = armv7h
arch = aarch64
- license = GPL3
+ license = LGPL3
makedepends = git
depends = qt5-base
depends = qt5-webengine
@@ -26,4 +26,3 @@ pkgbase = vnote-git
sha256sums = SKIP
pkgname = vnote-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c1ccabd3a23b..7844c1cca041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: erk <v at erk dot io>
pkgname=vnote-git
-pkgver=3.4.0.r4.c13d1803
+pkgver=3.6.0.r4.7cc31a5d
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=(GPL3)
+license=(LGPL3)
depends=(qt5-base qt5-webengine qt5-svg)
makedepends=(git)
source=("git+https://github.com/vnotex/vnote.git"