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

Pierre Schmitz pierre at archlinux.org
Sun Sep 11 20:31:17 UTC 2011


    Date: Sunday, September 11, 2011 @ 16:31:17
  Author: pierre
Revision: 137819

upgpkg: hunspell-de 20110609-1

upstream update

Modified:
  hunspell-de/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-11 20:26:33 UTC (rev 137818)
+++ PKGBUILD	2011-09-11 20:31:17 UTC (rev 137819)
@@ -3,16 +3,16 @@
 # Contributor: Alexander Fehr <pizzapunk gmail com>
 
 pkgname=hunspell-de
-pkgver=20100727
+pkgver=20110609
 pkgrel=1
 pkgdesc="German hunspell dictionaries"
-arch=(any)
+arch=('any')
 url="http://www.j3e.de/ispell/igerman98/"
 license=('GPL' 'custom:OASIS')
 makedepends=('hunspell' 'ispell')
-optdepends=('hunspell:	the spell checking libraries and apps')
-source=(http://www.j3e.de/ispell/igerman98/dict/igerman98-$pkgver.tar.bz2)
-md5sums=('53a66eccaf15fa92d4e5085e7938ee69')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=("http://www.j3e.de/ispell/igerman98/dict/igerman98-$pkgver.tar.bz2")
+md5sums=('6e7ea765b6188c08d470111e221cc91a')
 
 build() {
   cd "$srcdir/igerman98-$pkgver"
@@ -29,13 +29,13 @@
   pushd $pkgdir/usr/share/hunspell/
   de_DE_aliases="de_BE de_LU"
   for lang in $de_DE_aliases; do
-	ln -s de_DE.aff $lang.aff
-	ln -s de_DE.dic $lang.dic
+    ln -s de_DE.aff $lang.aff
+    ln -s de_DE.dic $lang.dic
   done
   de_CH_aliases="de_LI"
   for lang in $de_CH_aliases; do
-	ln -s de_CH.aff $lang.aff
-	ln -s de_CH.dic $lang.dic
+    ln -s de_CH.aff $lang.aff
+    ln -s de_CH.dic $lang.dic
   done
   popd
 
@@ -46,7 +46,7 @@
       ln -sv /usr/share/hunspell/$(basename $file) .
     done
   popd
-  
+
   # docs
   install -dm755 ${pkgdir}/usr/share/doc/$pkgname
   cp -p README_de_??.txt $pkgdir/usr/share/doc/$pkgname
@@ -54,6 +54,5 @@
   # licenses
   install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
   install -D -m644 COPYING_OASIS $pkgdir/usr/share/licenses/$pkgname/COPYING_OASIS
-  
 
 }




More information about the arch-commits mailing list