summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2018-09-25 00:06:50 +0100
committergrufo2018-09-25 00:06:50 +0100
commit4d35c702627b0f2e1933bd5f75c26b7fcbf5ac90 (patch)
tree0938d7f9807386079bdc0d209e2311a953230bf1
parentb43130caba6204c8bacc9aa58bbe59f1fda0d088 (diff)
downloadaur-4d35c702627b0f2e1933bd5f75c26b7fcbf5ac90.tar.gz
New release (1.4.2)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b3da1f1ac43..921abedbd5cb 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.1
+ pkgver = 1.4.2
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.1.tar.gz
- sha256sums = 21918ae306b0b07c750dee9c4ff687c63ea826dd9e60c10af36552bd4aac22c9
+ source = https://github.com/lainsce/notejot/archive/1.4.2.tar.gz
+ sha256sums = 75f9320eea1e81f4b557d0458302d4116a5ba990c7f3015832aabb9e7cd56869
pkgname = notejot
diff --git a/PKGBUILD b/PKGBUILD
index 7e7ef395fbd8..d053418c51a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333@gmail.com>
pkgname='notejot'
-pkgver='1.4.1'
+pkgver='1.4.2'
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=('21918ae306b0b07c750dee9c4ff687c63ea826dd9e60c10af36552bd4aac22c9')
+sha256sums=('75f9320eea1e81f4b557d0458302d4116a5ba990c7f3015832aabb9e7cd56869')
build() {