diff options
author | Trần Nam Tuấn | 2022-07-23 21:38:32 +0700 |
---|---|---|
committer | Trần Nam Tuấn | 2022-07-23 21:38:32 +0700 |
commit | 41288a337e377a318c7bc4945252248ca92f2645 (patch) | |
tree | a06ac378456039de76171a3f8d7832da3869c00f | |
parent | ea45c2a2a19f9b0edb9260e0cbd375f80d76e875 (diff) | |
download | aur-41288a337e377a318c7bc4945252248ca92f2645.tar.gz |
Update to v3.1.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 8 deletions
@@ -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 @@ -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 \ |