summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2019-10-14 02:18:19 +0200
committerPeter Mattern2019-10-14 02:18:19 +0200
commit916dc23b71f595b8aab3d3c58f258ed8c13ab67b (patch)
tree9d0b575d033a0e2bf75d6e1a4363f10ee4a4a7d1
parent2693c3f35a05d86ec21a41950591e19e0fceb56e (diff)
downloadaur-916dc23b71f595b8aab3d3c58f258ed8c13ab67b.tar.gz
Upstream update: release 0.11.0
Introduces spell checking.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8cd672e8806..910100fdc377 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = featherpad
pkgdesc = Lightweight Qt5 plain text editor for Linux
- pkgver = 0.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/tsujan/FeatherPad
arch = i686
@@ -9,11 +9,12 @@ pkgbase = featherpad
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
- source = featherpad-0.10.0.tar.gz::https://github.com/tsujan/FeatherPad/archive/V0.10.0.tar.gz
- sha256sums = 2ab052a226242e351000517324782c523d2a3dbe3042ca35ca38c1f2e5a37b9a
+ source = featherpad-0.11.0.tar.gz::https://github.com/tsujan/FeatherPad/archive/V0.11.0.tar.gz
+ sha256sums = 330fee374744b555057e26bbf0019c8bcc2f581ef6a6b2ddefe4338dd24eb378
pkgname = featherpad
diff --git a/PKGBUILD b/PKGBUILD
index 87475bf20945..6560fbc2bb6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=featherpad
-pkgver=0.10.0
+pkgver=0.11.0
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=('qt5-tools')
optdepends=('qt5-translations: localized keyboard shortcuts')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tsujan/FeatherPad/archive/V$pkgver.tar.gz")
-sha256sums=('2ab052a226242e351000517324782c523d2a3dbe3042ca35ca38c1f2e5a37b9a')
+sha256sums=('330fee374744b555057e26bbf0019c8bcc2f581ef6a6b2ddefe4338dd24eb378')
build() {
rm -Rf build && mkdir build