From 8391db0e713ab6c42be2b15ae9be2d56db0e491f Mon Sep 17 00:00:00 2001 From: Henry Precheur Date: Wed, 12 Aug 2020 11:40:24 -0700 Subject: [PATCH] Remove noarch from aspell-fr aspell dictionnaries aren't architecture dependent: the dictionnary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share. This fixes the aspell-fr package on amd64 and probably most 64bits architectures. More information about this: http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html --- srcpkgs/aspell-fr/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/aspell-fr/template b/srcpkgs/aspell-fr/template index b1d5e6476f9..6a563b39030 100644 --- a/srcpkgs/aspell-fr/template +++ b/srcpkgs/aspell-fr/template @@ -1,8 +1,7 @@ # Template file for 'aspell-fr' pkgname=aspell-fr version=0.50.3 -revision=2 -archs=noarch +revision=3 wrksrc="aspell-fr-0.50-3" build_style=configure hostmakedepends="aspell-devel which"