summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTrần Nam Tuấn2024-04-14 23:40:18 +0700
committerTrần Nam Tuấn2024-04-14 23:40:18 +0700
commit0ca48ce73f32c4aea7f0c47cfca1f7ed4be2ae0c (patch)
tree5b6c8a1660843fdc3a8463257e3edfd22a5ad959 /PKGBUILD
parent5448ef1642cf64eeacda61f4be5f92991b492ee8 (diff)
downloadaur-qtcreator-spellchecker-plugin.tar.gz
Use proper pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'