summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hansen2021-02-23 08:56:01 -0800
committerMichael Hansen2021-02-23 08:56:01 -0800
commit4e9962ef6bf7689290d33f0b543b0999d8611109 (patch)
tree50800af1a94aa943cd04aeee9f05c894ecf5b760
parenteb7320ca887f534d6c63d4d0a4ebda4a9d93d532 (diff)
downloadaur-4e9962ef6bf7689290d33f0b543b0999d8611109.tar.gz
Update to 1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27cc5ebc08fd..d3f1ea10e005 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.7
+ pkgver = 1.8
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.7.tar.gz::https://github.com/zrax/qtextpad/archive/1.7.tar.gz
- sha256sums = e983b8579e592e68523fb6e8a8f9d45345996428b9f777115d9d84f02e8f32c1
+ source = qtextpad-1.8.tar.gz::https://github.com/zrax/qtextpad/archive/1.8.tar.gz
+ sha256sums = 7784aae4772597b7d438e8162e0df2e8a65322d66642fb996fc8e4d76b36bc31
pkgname = qtextpad
diff --git a/PKGBUILD b/PKGBUILD
index 68d36fb57a81..0ea4a2ab816f 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.7
+pkgver=1.8
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=('e983b8579e592e68523fb6e8a8f9d45345996428b9f777115d9d84f02e8f32c1')
+sha256sums=('7784aae4772597b7d438e8162e0df2e8a65322d66642fb996fc8e4d76b36bc31')
build() {
mkdir -p "${srcdir}/build"