aspell-en: 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-en 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:
parent
1b27c2a9f0
commit
38a62a7e19
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'aspell-en'
|
||||
pkgname=aspell-en
|
||||
version=2019.10.06
|
||||
revision=1
|
||||
archs=noarch
|
||||
revision=2
|
||||
wrksrc="aspell6-en-${version}-0"
|
||||
build_style=configure
|
||||
hostmakedepends="aspell-devel which"
|
||||
|
@ -15,7 +14,6 @@ checksum=24334b4daac6890a679084f4089e1ce7edbe33c442ace776fa693d8e334f51fd
|
|||
|
||||
words-en_package() {
|
||||
short_desc="English dictionary word list"
|
||||
archs=noarch
|
||||
pkg_install() {
|
||||
vmkdir usr/share/dict
|
||||
precat en-common.cwl en_US-wo_accents-only.cwl |
|
||||
|
|
Loading…
Reference in a new issue