[arch-commits] Commit in feathernotes/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Jul 30 04:19:14 UTC 2020


    Date: Thursday, July 30, 2020 @ 04:19:14
  Author: bgyorgy
Revision: 665868

upgpkg: feathernotes 0.7.0-3: Enable spell checker

Modified:
  feathernotes/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-30 03:18:24 UTC (rev 665867)
+++ PKGBUILD	2020-07-30 04:19:14 UTC (rev 665868)
@@ -3,12 +3,12 @@
 
 pkgname=feathernotes
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight Qt hierarchical notes-manager'
 arch=(x86_64)
 url='https://github.com/tsujan/FeatherNotes'
 license=(GPL3)
-depends=(hicolor-icon-theme qt5-svg qt5-translations qt5-x11extras)
+depends=(hicolor-icon-theme hunspell qt5-svg qt5-translations qt5-x11extras)
 makedepends=(qt5-tools)
 source=("https://github.com/tsujan/FeatherNotes/releases/download/V$pkgver/FeatherNotes-$pkgver.tar.xz"{,.asc}
         "feathernotes.appdata.xml")
@@ -19,7 +19,7 @@
 
 build() {
   cd FeatherNotes-$pkgver
-  qmake PREFIX=/usr
+  qmake PREFIX=/usr WITH_HUNSPELL=YES
   make
 }
 



More information about the arch-commits mailing list