blob: 9a51cfc5bb1c44f98a0d87f01305301d76241e70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = qtcreator-spellchecker-plugin
pkgdesc = Spell Checker plugin for the Qt Creator IDE
pkgver = 3.1.0
pkgrel = 1
url = https://github.com/CJCombrink/SpellChecker-Plugin
arch = i686
arch = x86_64
groups = qt
license = LGPL3
makedepends = cmake
makedepends = qtcreator-devel
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
pkgname = qtcreator-spellchecker-plugin
|