summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d8ad1cf8ac9..9b15a9702e0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qtcreator-spellchecker-plugin
pkgdesc = Spell Checker plugin for the Qt Creator IDE
pkgver = 3.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/CJCombrink/SpellChecker-Plugin
arch = x86_64
groups = qt
diff --git a/PKGBUILD b/PKGBUILD
index ad2d98a66c2d..44daa4ec76fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qtcreator-spellchecker-plugin
pkgver=3.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Spell Checker plugin for the Qt Creator IDE"
groups=('qt')
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/CJCombrink/SpellChecker-Plugin"
license=('LGPL-3.0-only' 'GPL-3.0-only')
depends=(
'qtcreator>=13.0.0' 'qtcreator<14.0.0'
- 'hunspell'
+ 'hunspell' # Don't know why upstream binary does not link to hunspell but this does.
)
makedepends=(
'cmake'