summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrần Nam Tuấn2022-11-28 10:58:02 +0700
committerTrần Nam Tuấn2022-11-28 10:58:02 +0700
commit860f837b919ef9c7ae127b26f5698d9e4e1c112a (patch)
treed898ac67222d075606998b3906b07fbb86b5a1a4
parent392f412d97c8aea8c9b072d7f1c9db37666beeb6 (diff)
downloadaur-860f837b919ef9c7ae127b26f5698d9e4e1c112a.tar.gz
Update to v3.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec200983fba4..c371e7abe633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = qtcreator-spellchecker-plugin
pkgdesc = Spell Checker plugin for the Qt Creator IDE
- pkgver = 3.1.2
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/CJCombrink/SpellChecker-Plugin
- arch = i686
arch = x86_64
groups = qt
license = LGPL3
@@ -14,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.1.2.tar.gz
- sha256sums = cdd09cca7d8de48a8b5fb4112ade6af1f63005453553dbdbd9fb708a85194759
+ source = https://github.com/CJCombrink/SpellChecker-Plugin/archive/v3.2.0.tar.gz
+ sha256sums = ad0a32cd0986a981fec94cbb4be0352ad0805044bce52169ec588858e37f01ea
pkgname = qtcreator-spellchecker-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 2af576443cfd..d91ab9019bd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: TheBill2001 <tuantran1632001 at gmail dot com>
pkgname=qtcreator-spellchecker-plugin
-pkgver=3.1.2
+pkgver=3.2.0
pkgrel=1
pkgdesc="Spell Checker plugin for the Qt Creator IDE"
groups=('qt')
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/CJCombrink/SpellChecker-Plugin"
license=('LGPL3' 'GPL3')
depends=('qtcreator' 'hunspell')
makedepends=('cmake' 'qtcreator-devel')
conflicts=('qtcreator-spellchecker-plugin-git' 'qtcreator-spellchecker-plugin-bin')
source=("${url}/archive/v$pkgver.tar.gz")
-sha256sums=('cdd09cca7d8de48a8b5fb4112ade6af1f63005453553dbdbd9fb708a85194759')
+sha256sums=('ad0a32cd0986a981fec94cbb4be0352ad0805044bce52169ec588858e37f01ea')
build() {
cmake \