From c5cc336b93327ebd374da2c3249d3404ba2f3f9a Mon Sep 17 00:00:00 2001 From: Henry Precheur Date: Wed, 12 Aug 2020 12:20:30 -0700 Subject: [PATCH] aspell-cs: remove noarch 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-cs 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-cs/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/aspell-cs/template b/srcpkgs/aspell-cs/template index 252775dd98..3595854617 100644 --- a/srcpkgs/aspell-cs/template +++ b/srcpkgs/aspell-cs/template @@ -1,8 +1,7 @@ # Template file for 'aspell-cs' pkgname=aspell-cs version=20040614.1 -revision=1 -archs=noarch +revision=2 wrksrc="aspell6-cs-${version/./-}" build_style=configure hostmakedepends="aspell-devel which"