diff options
Diffstat (limited to 'extra/hspell/PKGBUILD')
-rw-r--r-- | extra/hspell/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/hspell/PKGBUILD b/extra/hspell/PKGBUILD index 21ddd78d4..a29064d56 100644 --- a/extra/hspell/PKGBUILD +++ b/extra/hspell/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 143756 2011-11-28 20:54:27Z andyrtr $ +# $Id: PKGBUILD 151262 2012-02-25 10:23:43Z allan $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgbase=hspell pkgname=('hspell' 'hunspell-he') pkgver=1.1 -pkgrel=1 -arch=(i686 x86_64) +pkgrel=2 +arch=('i686' 'x86_64') license=('GPL') url="http://www.ivrix.org.il/projects/spell-checker/" makedepends=('glibc' 'zlib' 'perl' 'hunspell' 'gawk') @@ -44,8 +44,8 @@ package_hunspell-he() { cd "${srcdir}/${pkgbase}-${pkgver}" install -dm755 ${pkgdir}/usr/share/hunspell - cp -p hunspell/new_he.dic ${pkgdir}/usr/share/hunspell/he_IL.dic - cp -p hunspell/new_he.aff ${pkgdir}/usr/share/hunspell/he_IL.aff + install -m644 hunspell/new_he.dic ${pkgdir}/usr/share/hunspell/he_IL.dic + install -m644 hunspell/new_he.aff ${pkgdir}/usr/share/hunspell/he_IL.aff # the symlinks install -dm755 ${pkgdir}/usr/share/myspell/dicts |