summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2022-04-10 00:25:17 +0200
committergrufo2022-04-10 00:25:17 +0200
commit70787fbe202caa76f22ea20581871c0b333d7e5f (patch)
treeea56ffe1dfa434692ef3e1eadeb3eb41e7bfd8a0
parentcd18f5cdcdb48d85cb5994c6b4bd534f2dd39aaa (diff)
downloadaur-70787fbe202caa76f22ea20581871c0b333d7e5f.tar.gz
New release (3.5.0-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71635e87dd06..5ef4de7256d8 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.4.9
+ pkgver = 3.5.0
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.4.9.tar.gz
- sha256sums = 5d907d12a8256dbee8bba73d43fa4273e0a4bfc5aba121cd6a11cb8b5e17aa2f
+ source = https://github.com/lainsce/notejot/archive/3.5.0.tar.gz
+ sha256sums = 3db3edddfc052c2d87b33254a79aaa514d54b85f9ebb051d82a36c2e1fe88c38
pkgname = notejot
diff --git a/PKGBUILD b/PKGBUILD
index aa494901fa5c..72812c148696 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: PedroHLC <root AT pedrohlc DOT com>
pkgname='notejot'
-pkgver='3.4.9'
+pkgver='3.5.0'
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=('5d907d12a8256dbee8bba73d43fa4273e0a4bfc5aba121cd6a11cb8b5e17aa2f')
+sha256sums=('3db3edddfc052c2d87b33254a79aaa514d54b85f9ebb051d82a36c2e1fe88c38')
build() {