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

Jelle van der Waa jelle at archlinux.org
Sun Jul 12 17:33:33 UTC 2020


    Date: Sunday, July 12, 2020 @ 17:33:32
  Author: jelle
Revision: 663341

Remove unrequired dependency on nuspell

As enchant has a silly optdepend on nuspell the default warning is an expected
warning.

Modified:
  python-pyenchant/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-12 16:54:52 UTC (rev 663340)
+++ PKGBUILD	2020-07-12 17:33:32 UTC (rev 663341)
@@ -6,12 +6,12 @@
 
 pkgname=python-pyenchant
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 arch=('any')
 url="https://pypi.python.org/pypi/pyenchant"
 license=('LGPL')
 pkgdesc='PyEnchant is a spellchecking library for Python3 based on the Enchant library'
-depends=('python' 'enchant' 'nuspell')
+depends=('python' 'enchant')
 makedepends=('python-setuptools' 'enchant')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rfk/pyenchant/archive/v${pkgver}.tar.gz")
 sha512sums=('512758629347b711b8b46fd2d5a270ac16a56cb8df3474213052aba76c390051a21758ae7bbdfda21e7db67dc26fb0e9005abfb4865d70a2f4d49dc34158cbf7')



More information about the arch-commits mailing list