summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-12-09 03:04:32 +0000
committergrufo2021-12-09 03:04:32 +0000
commitbbb5cd308800e5c6c53d2c0c339f4934cbb17578 (patch)
treea8a667e150610e8216eddb445c4fdc92ab6ba491
parent75ee8f069e1a6d51c62e408d4c2cc0d400bce00e (diff)
downloadaur-bbb5cd308800e5c6c53d2c0c339f4934cbb17578.tar.gz
New release (3.3.3-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 717d8d9b3e6c..d94922f2ec69 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.2.0
+ pkgver = 3.3.3
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.2.0.tar.gz
- sha256sums = 628ea2e321ba1c3bd5d20a23579dd28139e7de2a8d61cb56fb207834cae9f6ac
+ source = https://github.com/lainsce/notejot/archive/3.3.3.tar.gz
+ sha256sums = 9779f3fe31125e185d9d83584002c620336aeab483a39894f09a73138e8f1ee0
pkgname = notejot
diff --git a/PKGBUILD b/PKGBUILD
index 52b9f371d91c..bb0f09b4cbb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: PedroHLC <root AT pedrohlc DOT com>
pkgname='notejot'
-pkgver='3.2.0'
+pkgver='3.3.3'
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=('628ea2e321ba1c3bd5d20a23579dd28139e7de2a8d61cb56fb207834cae9f6ac')
+sha256sums=('9779f3fe31125e185d9d83584002c620336aeab483a39894f09a73138e8f1ee0')
build() {