summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2022-01-12 17:45:31 +0000
committergrufo2022-01-12 17:45:31 +0000
commitcd18f5cdcdb48d85cb5994c6b4bd534f2dd39aaa (patch)
tree99015e3fe866ad83ca69dde0541db7b51c8fcfd0
parentbbb5cd308800e5c6c53d2c0c339f4934cbb17578 (diff)
downloadaur-cd18f5cdcdb48d85cb5994c6b4bd534f2dd39aaa.tar.gz
New release (3.4.9-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d94922f2ec69..71635e87dd06 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.3.3
+ pkgver = 3.4.9
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.3.3.tar.gz
- sha256sums = 9779f3fe31125e185d9d83584002c620336aeab483a39894f09a73138e8f1ee0
+ source = https://github.com/lainsce/notejot/archive/3.4.9.tar.gz
+ sha256sums = 5d907d12a8256dbee8bba73d43fa4273e0a4bfc5aba121cd6a11cb8b5e17aa2f
pkgname = notejot
diff --git a/PKGBUILD b/PKGBUILD
index bb0f09b4cbb5..aa494901fa5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: PedroHLC <root AT pedrohlc DOT com>
pkgname='notejot'
-pkgver='3.3.3'
+pkgver='3.4.9'
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=('9779f3fe31125e185d9d83584002c620336aeab483a39894f09a73138e8f1ee0')
+sha256sums=('5d907d12a8256dbee8bba73d43fa4273e0a4bfc5aba121cd6a11cb8b5e17aa2f')
build() {