summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f23fb87ad840..7b3ad0954fba 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.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/zrax/qtextpad
arch = i686
@@ -9,8 +9,8 @@ pkgbase = qtextpad
makedepends = cmake
depends = syntax-highlighting
depends = file
- source = qtextpad-1.1.tar.gz::https://github.com/zrax/qtextpad/archive/1.1.tar.gz
- sha256sums = f5c8e9235c53753e4b8c2e0f24ea6028ef3098c0f4ef9786c9d4ab3dd3236b29
+ source = qtextpad-1.2.tar.gz::https://github.com/zrax/qtextpad/archive/1.2.tar.gz
+ sha256sums = 24e90ae22ed190dde832b35128ac4c08173f1a95940f625918a5511d91c95c2d
pkgname = qtextpad
diff --git a/PKGBUILD b/PKGBUILD
index d37f57d049b3..d43e4fbc13f3 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.1
+pkgver=1.2
pkgrel=1
arch=('i686' 'x86_64')
url='https://github.com/zrax/qtextpad'
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('syntax-highlighting' 'file')
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('f5c8e9235c53753e4b8c2e0f24ea6028ef3098c0f4ef9786c9d4ab3dd3236b29')
+sha256sums=('24e90ae22ed190dde832b35128ac4c08173f1a95940f625918a5511d91c95c2d')
build() {
mkdir -p "${srcdir}/build"