summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 553c3245dbb6..2230eab67019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='novelwriter'
pkgname=('novelwriter')
_module='novelWriter'
-pkgver='2.2.1'
+pkgver='2.4'
pkgrel=1
pkgdesc="A markdown-like document editor for writing novels"
url="https://novelwriter.io"
@@ -9,8 +9,8 @@ depends=('python' 'python-pyenchant' 'python-lxml' 'python-pyqt5' 'python-pyqt5-
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
license=('GPL')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('516a41d31d42ca1aef7626d1bdee41b3fae07e5c10b57751a540e6cefc9e7750')
+source=("https://github.com/vkbo/$_module/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('cf8afc0c7a81e7e63981791b702d8ad6e92af7ecc33cc4f6932fbdf3f0a24656')
build() {
cd "${srcdir}/${_module}-${pkgver}"