[arch-commits] Commit in hspell/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat Feb 25 10:22:28 UTC 2012


    Date: Saturday, February 25, 2012 @ 05:22:28
  Author: allan
Revision: 151261

upgpkg: hspell 1.1-2

signing rebuild

Modified:
  hspell/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 10:17:00 UTC (rev 151260)
+++ PKGBUILD	2012-02-25 10:22:28 UTC (rev 151261)
@@ -4,8 +4,8 @@
 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 @@
   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




More information about the arch-commits mailing list