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

Andrea Scarpino andrea at archlinux.org
Fri Dec 31 10:31:59 UTC 2010


    Date: Friday, December 31, 2010 @ 05:31:59
  Author: andrea
Revision: 104320

use package()

Modified:
  hunspell-it/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-31 09:54:49 UTC (rev 104319)
+++ PKGBUILD	2010-12-31 10:31:59 UTC (rev 104320)
@@ -14,7 +14,7 @@
 source=("http://downloads.sourceforge.net/linguistico/italiano_${_pkgver}_${_date}.zip")
 md5sums=('e7fbd9e2dfb25ea3288cdb918e1e1260')
 
-build() {
+package() {
   cd "${srcdir}"
   install -dm755 ${pkgdir}/usr/share/hunspell
 
@@ -29,7 +29,7 @@
   done
   popd
 
- # the symlinks
+  # the symlinks
   install -dm755 ${pkgdir}/usr/share/myspell/dicts
   pushd $pkgdir/usr/share/myspell/dicts
     for file in $pkgdir/usr/share/hunspell/*; do




More information about the arch-commits mailing list