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
This commit is contained in:
Henry Precheur 2020-08-12 12:20:30 -07:00 committed by Danh Doan
parent 3d8f6bbf2b
commit c5cc336b93

View file

@ -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"