summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hansen2020-12-11 16:30:12 -0800
committerMichael Hansen2020-12-11 16:30:12 -0800
commiteb7320ca887f534d6c63d4d0a4ebda4a9d93d532 (patch)
tree10b34bb78067a85b27513c3f180c8c3d5684e034
parent1dbaac3dab3f5e115943811a9823bc7f711e80e0 (diff)
downloadaur-eb7320ca887f534d6c63d4d0a4ebda4a9d93d532.tar.gz
Update to 1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d11062d01207..27cc5ebc08fd 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.6
+ pkgver = 1.7
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.6.tar.gz::https://github.com/zrax/qtextpad/archive/1.6.tar.gz
- sha256sums = 8c93e55167892120296133dea89227ca68781f7d3d6ccc29a3c9a6a4be40559d
+ source = qtextpad-1.7.tar.gz::https://github.com/zrax/qtextpad/archive/1.7.tar.gz
+ sha256sums = e983b8579e592e68523fb6e8a8f9d45345996428b9f777115d9d84f02e8f32c1
pkgname = qtextpad
diff --git a/PKGBUILD b/PKGBUILD
index 448f8678ff76..68d36fb57a81 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.6
+pkgver=1.7
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=('8c93e55167892120296133dea89227ca68781f7d3d6ccc29a3c9a6a4be40559d')
+sha256sums=('e983b8579e592e68523fb6e8a8f9d45345996428b9f777115d9d84f02e8f32c1')
build() {
mkdir -p "${srcdir}/build"