summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fedf11fafa67..ef6614cb3ef3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='novelwriter'
pkgname=('novelwriter')
_module='novelWriter'
-pkgver='1.2.3'
+pkgver='1.3.1'
pkgrel=1
pkgdesc="A markdown-like document editor for writing novels"
url="https://novelwriter.io"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('GPL')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('1ac8a6187d914b85c03e1131c3e8726597fb766685d3c1d27e650b13c8c5f587')
+sha256sums=('aa63bef3b4ec54216434875ab615408b189c61afbfae2d1e251ee91d59853b6b')
build() {
cd "${srcdir}/${_module}-${pkgver}"