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 5ef4de7256d8..37c2982aa0f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notejot
pkgdesc = A stupidly-simple sticky notes application for any type of short term notes or ideas
- pkgver = 3.5.0
+ pkgver = 3.5.1
pkgrel = 1
url = https://github.com/lainsce/notejot
arch = i686
@@ -14,7 +14,7 @@ pkgbase = notejot
depends = libgee
depends = libadwaita
conflicts = notejot-git
- source = https://github.com/lainsce/notejot/archive/3.5.0.tar.gz
- sha256sums = 3db3edddfc052c2d87b33254a79aaa514d54b85f9ebb051d82a36c2e1fe88c38
+ source = https://github.com/lainsce/notejot/archive/3.5.1.tar.gz
+ sha256sums = 09fc420322646976594aba1c4d02a01e47d241f196d1c2a519553ad034784213
pkgname = notejot
diff --git a/PKGBUILD b/PKGBUILD
index 72812c148696..51cade65cf25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: PedroHLC <root AT pedrohlc DOT com>
pkgname='notejot'
-pkgver='3.5.0'
+pkgver='3.5.1'
pkgrel=1
pkgdesc='A stupidly-simple sticky notes application for any type of short term notes or ideas'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('gtk4' 'gtksourceview3' 'json-glib' 'libgee' 'libadwaita')
makedepends=('meson' 'vala')
conflicts=('notejot-git')
source=("https://github.com/lainsce/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('3db3edddfc052c2d87b33254a79aaa514d54b85f9ebb051d82a36c2e1fe88c38')
+sha256sums=('09fc420322646976594aba1c4d02a01e47d241f196d1c2a519553ad034784213')
build() {