summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-10-30 06:21:08 +0100
committergrufo2021-10-30 06:21:08 +0100
commit75ee8f069e1a6d51c62e408d4c2cc0d400bce00e (patch)
tree153f4a7eec5e3dde15cbbb65272b503d35829c70
parent9a1a1d96a4a1969e58072f382771345dada1f2c8 (diff)
downloadaur-75ee8f069e1a6d51c62e408d4c2cc0d400bce00e.tar.gz
New release (3.2.0)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4438105f434..717d8d9b3e6c 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.1.5
+ pkgver = 3.2.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.1.5.tar.gz
- sha256sums = 1538fe33a81d6bc350b45e39be60e2a0a783733b3af970f678df1530f7613bef
+ source = https://github.com/lainsce/notejot/archive/3.2.0.tar.gz
+ sha256sums = 628ea2e321ba1c3bd5d20a23579dd28139e7de2a8d61cb56fb207834cae9f6ac
pkgname = notejot
diff --git a/PKGBUILD b/PKGBUILD
index 8e5b6d3c9ca9..52b9f371d91c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: PedroHLC <root AT pedrohlc DOT com>
pkgname='notejot'
-pkgver='3.1.5'
+pkgver='3.2.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=('1538fe33a81d6bc350b45e39be60e2a0a783733b3af970f678df1530f7613bef')
+sha256sums=('628ea2e321ba1c3bd5d20a23579dd28139e7de2a8d61cb56fb207834cae9f6ac')
build() {