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

Felix Yan felixonmars at archlinux.org
Wed Jun 9 14:56:45 UTC 2021


    Date: Wednesday, June 9, 2021 @ 14:56:45
  Author: felixonmars
Revision: 417598

upgpkg: enchant 2.2.15-3: remove makedepends on boost (FS#70839)

Modified:
  enchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-09 14:29:32 UTC (rev 417597)
+++ PKGBUILD	2021-06-09 14:56:45 UTC (rev 417598)
@@ -4,19 +4,19 @@
 
 pkgname=enchant
 pkgver=2.2.15
-pkgrel=2
+pkgrel=3
 pkgdesc="A wrapper library for generic spell checking"
 arch=('x86_64')
 url="https://abiword.github.io/enchant/"
 license=('LGPL')
 depends=('glib2')
-makedepends=('boost' 'aspell' 'hunspell' 'hspell' 'nuspell' 'libvoikko')
+makedepends=('aspell' 'hunspell' 'hspell' 'nuspell' 'libvoikko')
 checkdepends=('unittestpp')
 optdepends=('aspell: for aspell based spell checking support'
-           'hunspell: for hunspell based spell checking support'
-           'libvoikko: for libvoikko based spell checking support'
-           'hspell: for hspell based spell checking support'
-           'nuspell: for nuspell based spell checking support')
+            'hunspell: for hunspell based spell checking support'
+            'libvoikko: for libvoikko based spell checking support'
+            'hspell: for hspell based spell checking support'
+            'nuspell: for nuspell based spell checking support')
 provides=('libenchant-2.so') # enchant_voikko.so enchant_nuspell.so enchant_hunspell.so enchant_hspell.so enchant_aspell.so)
 source=("https://github.com/AbiWord/enchant/releases/download/v$pkgver/enchant-$pkgver.tar.gz")
 sha512sums=('e29b3a85d993af28044a86dd23a3ca74c7d50b4218e542c380053a3eaf70c3ea2406feb3361ba8e793bac586c252330bb20fb56c65f3a0a54f63f103cc0abb35')



More information about the arch-commits mailing list