summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2019-10-14 02:48:49 +0200
committerPeter Mattern2019-10-14 02:48:49 +0200
commit34f51e0fe1e71da33fa2407b7c8e8f8c422b0752 (patch)
tree2310dad81710414c2c4a95e1ce1ef3e87e638956
parent38d1493bc0655a6978f25a55e7d5a023291ab090 (diff)
downloadaur-34f51e0fe1e71da33fa2407b7c8e8f8c422b0752.tar.gz
Introduce spell checking
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a58dcc8eef0..ceb05355beca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = featherpad-git
pkgdesc = Lightweight Qt5 plain text editor for Linux
- pkgver = 0.9.4.10.g8026818
+ pkgver = 0.10.0.2.gac3e510
pkgrel = 1
url = https://github.com/tsujan/FeatherPad
arch = i686
@@ -10,6 +10,7 @@ pkgbase = featherpad-git
makedepends = qt5-tools
depends = qt5-svg
depends = qt5-x11extras
+ depends = hunspell
depends = desktop-file-utils
depends = gtk-update-icon-cache
optdepends = qt5-translations: localized keyboard shortcuts
diff --git a/PKGBUILD b/PKGBUILD
index 8bfba157aebc..664344beeda9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=featherpad
pkgname=$_pkgname-git
-pkgver=0.9.4.10.g8026818
+pkgver=0.10.0.2.gac3e510
pkgrel=1
pkgdesc='Lightweight Qt5 plain text editor for Linux'
arch=('i686' 'x86_64')
url='https://github.com/tsujan/FeatherPad'
license=('GPL3')
-depends=('qt5-svg' 'qt5-x11extras' 'desktop-file-utils' 'gtk-update-icon-cache')
+depends=('qt5-svg' 'qt5-x11extras' 'hunspell' 'desktop-file-utils' 'gtk-update-icon-cache')
makedepends=('git' 'qt5-tools')
optdepends=('qt5-translations: localized keyboard shortcuts')
provides=("$_pkgname")