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

Andreas Radke andyrtr at archlinux.org
Thu May 28 14:04:13 UTC 2015


    Date: Thursday, May 28, 2015 @ 16:04:13
  Author: andyrtr
Revision: 239856

upgpkg: hunspell-en 2015.05.18-1

upstream update 2015.05.18

Modified:
  hunspell-en/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-28 13:37:12 UTC (rev 239855)
+++ PKGBUILD	2015-05-28 14:04:13 UTC (rev 239856)
@@ -2,20 +2,19 @@
 # Maintainer: AndyRTR <andyrtr at archlinux.org>
 
 pkgname=hunspell-en
-pkgver=7.1
-pkgrel=3
+pkgver=2015.05.18
+pkgrel=1
 pkgdesc="English hunspell dictionaries"
 arch=(any)
-#url="http://en-gb.pyxidium.co.uk/"
-url="http://wordlist.sourceforge.net/"
+url="http://wordlist.aspell.net/dicts/"
 license=('LGPL' 'custom:scowl')
 optdepends=('hunspell:	the spell checking libraries and apps')
-source=(http://downloads.sourceforge.net/wordlist/hunspell-en_US-$pkgver-0.zip
-	http://downloads.sourceforge.net/wordlist/hunspell-en_CA-$pkgver-0.zip
-	http://en-gb.pyxidium.co.uk/dictionary/en_GB.zip)
-md5sums=('8eb485db0a722eb29a5eca517a22e367'
-         '1921a5011d0f34e17d2e3f050d62a2c8'
-         '218909136738f4564b81ecd145ade6ee')
+source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
+        http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
+        http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
+sha1sums=('a4172755005d80cc4d89d919aed08fb998db7635'
+          '84722666d4f7a9c1b3d46a4c47f595cc6f9e1d80'
+          'daf8e7d03571990199cb0986e18e469a951e8ab0')
 
 build() {
  /bin/true
@@ -49,10 +48,10 @@
   
   # docs
   install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  install -m644 README_en_??.txt $pkgdir/usr/share/doc/$pkgname
+  install -m644 README_en_*.txt $pkgdir/usr/share/doc/$pkgname
 
   # licenses
   install -D -m644 README_en_US.txt $pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
   install -D -m644 README_en_CA.txt $pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
-  install -D -m644 README_en_GB.txt $pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB
+  install -D -m644 README_en_GB-large.txt $pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
 }



More information about the arch-commits mailing list