summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrần Nam Tuấn2022-08-29 06:42:59 +0700
committerTrần Nam Tuấn2022-08-29 06:42:59 +0700
commit392f412d97c8aea8c9b072d7f1c9db37666beeb6 (patch)
treeeba819f5a3e8c068c12dc6734362256470deab9c
parente34e8a7e2f6f8412c60772b5ebd0ef2dd4fa1eec (diff)
downloadaur-392f412d97c8aea8c9b072d7f1c9db37666beeb6.tar.gz
Bump version 3.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d1e92ec3617..ec200983fba4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtcreator-spellchecker-plugin
pkgdesc = Spell Checker plugin for the Qt Creator IDE
- pkgver = 3.1.0
+ pkgver = 3.1.2
pkgrel = 1
url = https://github.com/CJCombrink/SpellChecker-Plugin
arch = i686
@@ -9,14 +9,12 @@ pkgbase = qtcreator-spellchecker-plugin
license = LGPL3
license = GPL3
makedepends = cmake
- makedepends = cmake
makedepends = qtcreator-devel
- makedepends = ninja
depends = qtcreator
depends = hunspell
conflicts = qtcreator-spellchecker-plugin-git
conflicts = qtcreator-spellchecker-plugin-bin
- source = https://github.com/CJCombrink/SpellChecker-Plugin/archive/v3.1.0.tar.gz
- sha256sums = 5673a0ca475ef334fd8e5712542cda86d50398bc4be1262959b9f74d425e4a0c
+ source = https://github.com/CJCombrink/SpellChecker-Plugin/archive/v3.1.2.tar.gz
+ sha256sums = cdd09cca7d8de48a8b5fb4112ade6af1f63005453553dbdbd9fb708a85194759
pkgname = qtcreator-spellchecker-plugin
diff --git a/PKGBUILD b/PKGBUILD
index b9ab93add834..2af576443cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TheBill2001 <tuantran1632001 at gmail dot com>
pkgname=qtcreator-spellchecker-plugin
-pkgver=3.1.0
+pkgver=3.1.2
pkgrel=1
pkgdesc="Spell Checker plugin for the Qt Creator IDE"
groups=('qt')
@@ -9,14 +9,13 @@ arch=('i686' 'x86_64')
url="https://github.com/CJCombrink/SpellChecker-Plugin"
license=('LGPL3' 'GPL3')
depends=('qtcreator' 'hunspell')
-makedepends=('cmake' 'cmake' 'qtcreator-devel' 'ninja')
+makedepends=('cmake' 'qtcreator-devel')
conflicts=('qtcreator-spellchecker-plugin-git' 'qtcreator-spellchecker-plugin-bin')
source=("${url}/archive/v$pkgver.tar.gz")
-sha256sums=('5673a0ca475ef334fd8e5712542cda86d50398bc4be1262959b9f74d425e4a0c')
+sha256sums=('cdd09cca7d8de48a8b5fb4112ade6af1f63005453553dbdbd9fb708a85194759')
build() {
cmake \
- -G Ninja \
-S SpellChecker-Plugin-$pkgver\
-B build \
-DCMAKE_BUILD_TYPE=Release \