summarylogtreecommitdiffstats
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
parent5448ef1642cf64eeacda61f4be5f92991b492ee8 (diff)
downloadaur-0ca48ce73f32c4aea7f0c47cfca1f7ed4be2ae0c.tar.gz
Use proper pkgrel
-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'