summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hansen2020-05-28 16:44:44 -0700
committerMichael Hansen2020-05-28 16:44:44 -0700
commit935d6df2858c78d0e37b2ab7ec940f07019f38e2 (patch)
treee7bad45a187b8349db499275236b46daf59b0019
parentdb526b02532982fd178bf4538fa50560000cc9ac (diff)
downloadaur-935d6df2858c78d0e37b2ab7ec940f07019f38e2.tar.gz
Update to 1.4
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dd091807312..f53995f49c13 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.3
+ pkgver = 1.4
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.3.tar.gz::https://github.com/zrax/qtextpad/archive/1.3.tar.gz
- sha256sums = 496bf38fcaceadb4a059b3fdc9e4d1f1435d91c7a7d66d6dda1b9ca55a9322ef
+ source = qtextpad-1.4.tar.gz::https://github.com/zrax/qtextpad/archive/1.4.tar.gz
+ sha256sums = 99e3257d59ed5f8a1c2df6e060048378a36fc63537d9674f384ca310a4697a75
pkgname = qtextpad
diff --git a/.gitignore b/.gitignore
index 3da66d15d4c8..a029212199af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@
/qtextpad/
qtextpad-*.tar.gz
*.pkg.tar.xz
+*.pkg.tar.zst
*.src.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3af7bbb820ce..aa1d78f2c00d 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.3
+pkgver=1.4
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=('496bf38fcaceadb4a059b3fdc9e4d1f1435d91c7a7d66d6dda1b9ca55a9322ef')
+sha256sums=('99e3257d59ed5f8a1c2df6e060048378a36fc63537d9674f384ca310a4697a75')
build() {
mkdir -p "${srcdir}/build"