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 aa1d78f2c00d..f140b5a2329b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qtextpad
pkgdesc="Lightweight cross-platform text editor using KF5's syntax highlighting repository."
-pkgver=1.4
+pkgver=1.5
pkgrel=1
arch=('i686' 'x86_64')
url='https://github.com/zrax/qtextpad'
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('syntax-highlighting')
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('99e3257d59ed5f8a1c2df6e060048378a36fc63537d9674f384ca310a4697a75')
+sha256sums=('cca2cb046a8e92fa1c9591ea361b06d09b2da52133f32a8e09e1a39f6588eeb0')
build() {
mkdir -p "${srcdir}/build"