summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2018-04-05 00:42:13 +0200
committergrufo2018-04-05 00:42:13 +0200
commita91ef97a1b6b0f529acde24724a461b5ea4b2b9b (patch)
tree9ef84f3824ea331a3f5e6ba08fb4382a2afb3708
parentfe212664e3ed8791a7fc3ce735a445488aae13bc (diff)
downloadaur-a91ef97a1b6b0f529acde24724a461b5ea4b2b9b.tar.gz
New release (1.3.9)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc48090fd2db..4efda4ca6360 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.3.8
+ pkgver = 1.3.9
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.3.8.tar.gz
- md5sums = 7608aab5ca91ce02ce9f58b4a931e832
+ source = https://github.com/lainsce/notejot/archive/1.3.9.tar.gz
+ md5sums = 5b8fa13de5074c40cc7ff0a10bed94b7
pkgname = notejot
diff --git a/PKGBUILD b/PKGBUILD
index 7e77f0da182f..db40c4b04b44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333@gmail.com>
pkgname='notejot'
-pkgver='1.3.8'
+pkgver='1.3.9'
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")
-md5sums=('7608aab5ca91ce02ce9f58b4a931e832')
+md5sums=('5b8fa13de5074c40cc7ff0a10bed94b7')
build() {