summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrần Nam Tuấn2022-07-23 21:38:32 +0700
committerTrần Nam Tuấn2022-07-23 21:38:32 +0700
commit41288a337e377a318c7bc4945252248ca92f2645 (patch)
treea06ac378456039de76171a3f8d7832da3869c00f
parentea45c2a2a19f9b0edb9260e0cbd375f80d76e875 (diff)
downloadaur-41288a337e377a318c7bc4945252248ca92f2645.tar.gz
Update to v3.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4a6da30a869..9a51cfc5bb1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = qtcreator-spellchecker-plugin
pkgdesc = Spell Checker plugin for the Qt Creator IDE
- pkgver = 3.0.0
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/CJCombrink/SpellChecker-Plugin
arch = i686
arch = x86_64
groups = qt
- groups = qt5
- groups = qt6
license = LGPL3
makedepends = cmake
makedepends = qtcreator-devel
@@ -15,7 +13,7 @@ pkgbase = qtcreator-spellchecker-plugin
depends = hunspell
conflicts = qtcreator-spellchecker-plugin-git
conflicts = qtcreator-spellchecker-plugin-bin
- source = https://github.com/CJCombrink/SpellChecker-Plugin/archive/v3.0.0.tar.gz
- sha256sums = 42c08467a7111f17e60504154865eb3fae7cfe667618d19f16e753e1fe9826ca
+ source = https://github.com/CJCombrink/SpellChecker-Plugin/archive/v3.1.0.tar.gz
+ sha256sums = 5673a0ca475ef334fd8e5712542cda86d50398bc4be1262959b9f74d425e4a0c
pkgname = qtcreator-spellchecker-plugin
diff --git a/PKGBUILD b/PKGBUILD
index b27b8c7308e1..ea691e0c3eb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: TheBill2001 <tuantran1632001 at gmail dot com>
pkgname=qtcreator-spellchecker-plugin
-pkgver=3.0.0
+pkgver=3.1.0
pkgrel=1
pkgdesc="Spell Checker plugin for the Qt Creator IDE"
-groups=('qt' 'qt5' 'qt6')
+groups=('qt')
arch=('i686' 'x86_64')
url="https://github.com/CJCombrink/SpellChecker-Plugin"
license=('LGPL3')
@@ -12,7 +12,7 @@ depends=('qtcreator' 'hunspell')
makedepends=('cmake' 'qtcreator-devel')
conflicts=('qtcreator-spellchecker-plugin-git' 'qtcreator-spellchecker-plugin-bin')
source=("${url}/archive/v$pkgver.tar.gz")
-sha256sums=('42c08467a7111f17e60504154865eb3fae7cfe667618d19f16e753e1fe9826ca')
+sha256sums=('5673a0ca475ef334fd8e5712542cda86d50398bc4be1262959b9f74d425e4a0c')
build() {
cmake \