summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hansen2020-10-16 16:08:43 -0700
committerMichael Hansen2020-10-16 16:08:43 -0700
commit1dbaac3dab3f5e115943811a9823bc7f711e80e0 (patch)
treebc576eeae7b6e5c999ef460ff87277dbe01bdc8c
parent22c57ab490bde216940f0ebe2730f08508236e7e (diff)
downloadaur-1dbaac3dab3f5e115943811a9823bc7f711e80e0.tar.gz
Update to 1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ee91e6056c2..d11062d01207 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.5
+ pkgver = 1.6
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.5.tar.gz::https://github.com/zrax/qtextpad/archive/1.5.tar.gz
- sha256sums = cca2cb046a8e92fa1c9591ea361b06d09b2da52133f32a8e09e1a39f6588eeb0
+ source = qtextpad-1.6.tar.gz::https://github.com/zrax/qtextpad/archive/1.6.tar.gz
+ sha256sums = 8c93e55167892120296133dea89227ca68781f7d3d6ccc29a3c9a6a4be40559d
pkgname = qtextpad
diff --git a/PKGBUILD b/PKGBUILD
index f140b5a2329b..448f8678ff76 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.5
+pkgver=1.6
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=('cca2cb046a8e92fa1c9591ea361b06d09b2da52133f32a8e09e1a39f6588eeb0')
+sha256sums=('8c93e55167892120296133dea89227ca68781f7d3d6ccc29a3c9a6a4be40559d')
build() {
mkdir -p "${srcdir}/build"