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

Antonio Rojas arojas at archlinux.org
Tue Aug 9 23:29:03 UTC 2016


    Date: Tuesday, August 9, 2016 @ 23:29:03
  Author: arojas
Revision: 273561

Fix depends

Modified:
  hunspell-es/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-09 19:23:09 UTC (rev 273560)
+++ PKGBUILD	2016-08-09 23:29:03 UTC (rev 273561)
@@ -11,7 +11,6 @@
 arch=(any)
 url="https://github.com/sbosio/rla-es"
 license=('LGPL3')
-optdepends=('hunspell:	the spell checking libraries and apps')
 noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt 
            es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt 
            es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt 
@@ -60,7 +59,7 @@
          '2f0684ec913a8496721410dc34e5d91d')
 
 package_hunspell-es() {
-  makedepends=('hunspell')
+  optdepends=('hunspell:  the spell checking libraries and apps')
 
   for file in *.oxt; do
     LANG=en_US.utf8 bsdtar -xf $file



More information about the arch-commits mailing list