summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d43649dd9053..2ac1a3f55362 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vnote
pkgdesc = A Vim-inspired note-taking application, especially for Markdown.
- pkgver = 3.4.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://vnotex.github.io/vnote/en_us/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = vnote
makedepends = git
depends = qt5-webengine
depends = qt5-svg
- source = git+https://github.com/vnotex/vnote.git#tag=v3.4.0
+ source = git+https://github.com/vnotex/vnote.git#tag=v3.3.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
@@ -25,4 +25,3 @@ pkgbase = vnote
sha256sums = SKIP
pkgname = vnote
-
diff --git a/PKGBUILD b/PKGBUILD
index 6dc74956d6d4..44a48b856905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: erk <v at erk dot io>
pkgname=vnote
-pkgver=3.4.0
+pkgver=3.3.0
pkgrel=1
pkgdesc="A Vim-inspired note-taking application, especially for Markdown."
arch=(x86_64 i686 arm armv6h armv7h aarch64)