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:
parent
df3981aca2
commit
1b27c2a9f0
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue