summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2018-09-25 00:08:36 +0100
committergrufo2018-09-25 00:08:36 +0100
commitf498d752daeb6ee72fdabb46d23cffaea66af5b2 (patch)
treefccc089d08e66c2b6b5add9e767323c4409e1288
parent979bd4075d1feb30711eee9afa5bcb757b915aca (diff)
downloadaur-f498d752daeb6ee72fdabb46d23cffaea66af5b2.tar.gz
New release (1.4.5)
-rw-r--r--.SRCINFO6
-rw-r--r--1.4.5.tar.gzbin0 -> 136923 bytes
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a907ffe1db5..5a5f65909206 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.4
+ pkgver = 1.4.5
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.4.tar.gz
- sha256sums = d916ef5bd53a5f81cf3706aecd4a7bf67ce3b62f00f13ec65bc95b9b2493d8ac
+ source = https://github.com/lainsce/notejot/archive/1.4.5.tar.gz
+ sha256sums = 55f3d7757add549a6487683b651e33bee9df08c3d4022571bb0a6af4b395604c
pkgname = notejot
diff --git a/1.4.5.tar.gz b/1.4.5.tar.gz
new file mode 100644
index 000000000000..55a7cbd00e2c
--- /dev/null
+++ b/1.4.5.tar.gz
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index 7def394dd143..62a6bc1eda54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333@gmail.com>
pkgname='notejot'
-pkgver='1.4.4'
+pkgver='1.4.5'
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=('d916ef5bd53a5f81cf3706aecd4a7bf67ce3b62f00f13ec65bc95b9b2493d8ac')
+sha256sums=('55f3d7757add549a6487683b651e33bee9df08c3d4022571bb0a6af4b395604c')
build() {