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
This commit is contained in:
Henry Precheur 2020-08-12 13:13:01 -07:00 committed by Danh Doan
parent df3981aca2
commit 1b27c2a9f0

View file

@ -1,9 +1,8 @@
# Template file for 'aspell-el' # Template file for 'aspell-el'
pkgname=aspell-el pkgname=aspell-el
version=0.08.0 version=0.08.0
revision=1 revision=2
_distver="${version%.*}-${version##*.}" _distver="${version%.*}-${version##*.}"
archs=noarch
wrksrc="aspell6-el-${_distver}" wrksrc="aspell6-el-${_distver}"
build_style=configure build_style=configure
hostmakedepends="aspell-devel which" hostmakedepends="aspell-devel which"