summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2020-09-12 16:53:52 +0100
committergrufo2020-09-12 16:53:52 +0100
commitf44b53e9448082230dee307cd0f5d746c64395d1 (patch)
tree790a801fd41fda1a40d6479fe1ae474fab16d4eb
parente4a35e7347f50583bab8496ac0c064cbe69ac105 (diff)
downloadaur-f44b53e9448082230dee307cd0f5d746c64395d1.tar.gz
New release (1.6.3)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5940f885d63..b329fe80e8d0 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 = 1.5.8
+ pkgver = 1.6.3
pkgrel = 1
url = https://github.com/lainsce/notejot
arch = i686
@@ -14,8 +14,8 @@ pkgbase = notejot
depends = json-glib
depends = libgee
conflicts = notejot-git
- source = https://github.com/lainsce/notejot/archive/1.5.8.tar.gz
- sha256sums = 0cb7b4df24b75935fa91ddc5cc4e2073a2697c0ae70f34b2bdf62f2cf784a3d4
+ source = https://github.com/lainsce/notejot/archive/1.6.3.tar.gz
+ sha256sums = 130814c480aa0cf6c2b91e06f865512ecf4db693cd89763eb7e6bdfbec08951d
pkgname = notejot
diff --git a/PKGBUILD b/PKGBUILD
index 10c371ef906d..c2aad5f978c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: PedroHLC <root AT pedrohlc DOT com>
pkgname='notejot'
-pkgver='1.5.8'
+pkgver='1.6.3'
pkgrel=1
pkgdesc='A stupidly-simple sticky notes application for any type of short term notes or ideas'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('granite' 'gtk3' 'gtksourceview3' 'json-glib' 'libgee')
makedepends=('meson' 'vala')
conflicts=('notejot-git')
source=("https://github.com/lainsce/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('0cb7b4df24b75935fa91ddc5cc4e2073a2697c0ae70f34b2bdf62f2cf784a3d4')
+sha256sums=('130814c480aa0cf6c2b91e06f865512ecf4db693cd89763eb7e6bdfbec08951d')
build() {