From f6a79a3f5989efc8db63af942851c56f0c462bb1 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Feb 2012 23:15:00 +0000 Subject: Sun Feb 26 23:15:00 UTC 2012 --- extra/hspell/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'extra/hspell') 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 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 -- cgit v1.2.3-54-g00ecf