summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2018-09-25 00:10:30 +0100
committergrufo2018-09-25 00:10:30 +0100
commit6664e1601c07e199e38f5d9fc2a4d82a573221bd (patch)
tree9e962ab085fe1d24146a8c11b0ae1eb1577aa270
parente21b9b81ba7918ccb88a890b36022acc7ee879cb (diff)
downloadaur-6664e1601c07e199e38f5d9fc2a4d82a573221bd.tar.gz
New release (1.4.7)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5122f0ad7b8d..ece62f4d1709 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.4.6
+ pkgver = 1.4.7
pkgrel = 1
url = https://github.com/lainsce/notejot
arch = i686
@@ -13,8 +13,8 @@ pkgbase = notejot
depends = json-glib
depends = libgee
conflicts = notejot-git
- source = https://github.com/lainsce/notejot/archive/1.4.6.tar.gz
- sha256sums = d75e157ee7e2d844a2c062a8f6b75e852883c6562d5666eb9bdd7493d5a680af
+ source = https://github.com/lainsce/notejot/archive/1.4.7.tar.gz
+ sha256sums = 71b5aac922d01af2b41019000c18d3ef6d15284a8790a77f9f2a79cc340aa325
pkgname = notejot
diff --git a/PKGBUILD b/PKGBUILD
index 05a0f6797481..95f7e5501701 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333@gmail.com>
pkgname='notejot'
-pkgver='1.4.6'
+pkgver='1.4.7'
pkgrel=1
pkgdesc='A stupidly-simple sticky notes application for any type of short term notes or ideas'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('granite' 'gtk3' 'gtksourceview3' 'json-glib' 'libgee')
makedepends=('meson')
conflicts=('notejot-git')
source=("https://github.com/lainsce/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('d75e157ee7e2d844a2c062a8f6b75e852883c6562d5666eb9bdd7493d5a680af')
+sha256sums=('71b5aac922d01af2b41019000c18d3ef6d15284a8790a77f9f2a79cc340aa325')
build() {