From 1b27c2a9f042522807fe400df30dc4b7a0083251 Mon Sep 17 00:00:00 2001 From: Henry Precheur Date: Wed, 12 Aug 2020 13:13:01 -0700 Subject: [PATCH] aspell-el: 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-el 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-el/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/aspell-el/template b/srcpkgs/aspell-el/template index f782fd3d62..7d4a9c2727 100644 --- a/srcpkgs/aspell-el/template +++ b/srcpkgs/aspell-el/template @@ -1,9 +1,8 @@ # Template file for 'aspell-el' pkgname=aspell-el version=0.08.0 -revision=1 +revision=2 _distver="${version%.*}-${version##*.}" -archs=noarch wrksrc="aspell6-el-${_distver}" build_style=configure hostmakedepends="aspell-devel which"