summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hansen2020-09-01 14:50:39 -0700
committerMichael Hansen2020-09-01 14:50:39 -0700
commit22c57ab490bde216940f0ebe2730f08508236e7e (patch)
tree5bf0bc9ee2a4ae93b5fcc65ca3cefb1acaab5672
parent935d6df2858c78d0e37b2ab7ec940f07019f38e2 (diff)
downloadaur-22c57ab490bde216940f0ebe2730f08508236e7e.tar.gz
Update to 1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f53995f49c13..1ee91e6056c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtextpad
pkgdesc = Lightweight cross-platform text editor using KF5's syntax highlighting repository.
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/zrax/qtextpad
arch = i686
@@ -8,8 +8,8 @@ pkgbase = qtextpad
license = GPL3
makedepends = cmake
depends = syntax-highlighting
- source = qtextpad-1.4.tar.gz::https://github.com/zrax/qtextpad/archive/1.4.tar.gz
- sha256sums = 99e3257d59ed5f8a1c2df6e060048378a36fc63537d9674f384ca310a4697a75
+ source = qtextpad-1.5.tar.gz::https://github.com/zrax/qtextpad/archive/1.5.tar.gz
+ sha256sums = cca2cb046a8e92fa1c9591ea361b06d09b2da52133f32a8e09e1a39f6588eeb0
pkgname = qtextpad
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"