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

Caleb Maclennan alerque at gemini.archlinux.org
Sat Nov 27 07:11:47 UTC 2021


    Date: Saturday, November 27, 2021 @ 07:11:47
  Author: alerque
Revision: 1054923

upgpkg: vim-spell 20200604-1

Modified:
  vim-spell/trunk/PKGBUILD

----------+
 PKGBUILD |  573 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 289 insertions(+), 284 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-27 04:57:33 UTC (rev 1054922)
+++ PKGBUILD	2021-11-27 07:11:47 UTC (rev 1054923)
@@ -1,8 +1,9 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Maintaner: Caled Maclennan <caled at alerque.com>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
 
 pkgbase=vim-spell
-pkgver=20190731
-pkgrel=2
+pkgver=20200604
+pkgrel=1
 pkgdesc='Language files for Vim spell checking'
 arch=('any')
 url='ftp://ftp.vim.org/pub/vim/runtime/spell/'
@@ -10,293 +11,295 @@
 depends=('vim')
 
 #pkgname=($(curl $url | awk '(!/\./&&!/check/){print "vim-spell-"$NF}'))
-pkgname=('vim-spell-af'
-         'vim-spell-am'
-         'vim-spell-bg'
-         'vim-spell-br'
-         'vim-spell-ca'
-         'vim-spell-cs'
-         'vim-spell-cy'
-         'vim-spell-da'
-         'vim-spell-de'
-         'vim-spell-el'
-         'vim-spell-en'
-         'vim-spell-eo'
-         'vim-spell-es'
-         'vim-spell-fo'
-         'vim-spell-fr'
-         'vim-spell-ga'
-         'vim-spell-gd'
-         'vim-spell-gl'
-         'vim-spell-he'
-         'vim-spell-hr'
-         'vim-spell-hu'
-         'vim-spell-id'
-         'vim-spell-it'
-         'vim-spell-ku'
-         'vim-spell-la'
-         'vim-spell-lt'
-         'vim-spell-lv'
-         'vim-spell-mg'
-         'vim-spell-mi'
-         'vim-spell-ms'
-         'vim-spell-nb'
-         'vim-spell-nl'
-         'vim-spell-nn'
-         'vim-spell-ny'
-         'vim-spell-pl'
-         'vim-spell-pt'
-         'vim-spell-ro'
-         'vim-spell-ru'
-         'vim-spell-rw'
-         'vim-spell-sk'
-         'vim-spell-sl'
-         'vim-spell-sr'
-         'vim-spell-sv'
-         'vim-spell-sw'
-         'vim-spell-tet'
-         'vim-spell-th'
-         'vim-spell-tl'
-         'vim-spell-tn'
-         'vim-spell-uk'
-         'vim-spell-yi'
-         'vim-spell-zu')
+pkgname=(vim-spell-af
+         vim-spell-am
+         vim-spell-bg
+         vim-spell-br
+         vim-spell-ca
+         vim-spell-cs
+         vim-spell-cy
+         vim-spell-da
+         vim-spell-de
+         vim-spell-el
+         vim-spell-en
+         vim-spell-eo
+         vim-spell-es
+         vim-spell-fo
+         vim-spell-fr
+         vim-spell-ga
+         vim-spell-gd
+         vim-spell-gl
+         vim-spell-he
+         vim-spell-hr
+         vim-spell-hu
+         vim-spell-id
+         vim-spell-it
+         vim-spell-ku
+         vim-spell-la
+         vim-spell-lt
+         vim-spell-lv
+         vim-spell-mg
+         vim-spell-mi
+         vim-spell-ms
+         vim-spell-nb
+         vim-spell-nl
+         vim-spell-nn
+         vim-spell-ny
+         vim-spell-pl
+         vim-spell-pt
+         vim-spell-ro
+         vim-spell-ru
+         vim-spell-rw
+         vim-spell-sk
+         vim-spell-sl
+         vim-spell-sr
+         vim-spell-sv
+         vim-spell-sw
+         vim-spell-tet
+         vim-spell-th
+         vim-spell-tl
+         vim-spell-tn
+         vim-spell-tr
+         vim-spell-uk
+         vim-spell-yi
+         vim-spell-zu)
 
 for _i in ${pkgname[@]}; do _j=${_i/vim-spell-/}; eval "package_$_i() {
-	cd \"\$srcdir\"
-	install -d \"\$pkgdir\"/usr/share/vim/vimfiles/spell
-	install -m644 $_j* \"\$pkgdir\"/usr/share/vim/vimfiles/spell
+	install -Dm644 $_j.* -t \"\$pkgdir\"/usr/share/vim/vimfiles/spell
 	[[ -f README_$_j.txt ]] \
 	&& install -Dm644 README_$_j.txt \"\$pkgdir\"/usr/share/licenses/$_i/README \
-	|| echo 'No README for $_j...'
+		||:
 }"; done
 
-#source=($(curl $url | awk '(/\./){print "'$url'"$NF}'))
-source=('ftp://ftp.vim.org/pub/vim/runtime/spell/README.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_af.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_am.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_bg.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_br.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ca.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_cs.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_cy.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_da.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_de.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_el.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_en.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_eo.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_es.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_fo.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_fr.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ga.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_gd.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_gl.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_he.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_hr.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_hu.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_id.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_it.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ku.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_la.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_lt.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_lv.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_mg.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_mi.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ms.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_nb.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_nl.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_nn.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ny.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_pl.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_pt.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ro.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ru.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_rw.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_sk.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_sl.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_sr.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_sv.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_sw.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_th.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_tl.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_tn.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_uk.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_yi.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/README_zu.txt'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/af.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/af.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/af.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/af.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/am.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/bg.cp1251.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/bg.cp1251.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/bg.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/bg.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/br.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/br.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ca.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ca.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ca.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ca.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/check_locales.vim'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/cleanadd.vim'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/cs.cp1250.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/cs.iso-8859-2.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/cs.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/cy.iso-8859-14.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/cy.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/da.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/da.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/da.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/da.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/de.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/de.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/de.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/de.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/el.iso-8859-7.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/el.iso-8859-7.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/el.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/el.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/en.ascii.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/en.ascii.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/en.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/en.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/en.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/en.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/eo.iso-8859-3.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/eo.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/es.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/es.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/es.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/es.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/fixdup.vim'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/fo.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/fo.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/fo.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/fo.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/fr.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/fr.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/fr.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/fr.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ga.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ga.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ga.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ga.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/gd.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/gd.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/gd.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/gd.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/gl.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/gl.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/gl.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/gl.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/he.iso-8859-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/he.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/he.vim'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/hr.cp1250.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/hr.iso-8859-2.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/hr.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/hu.cp1250.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/hu.iso-8859-2.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/hu.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/hu.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/id.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/id.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/id.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/id.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/it.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/it.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/it.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/it.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ku.iso-8859-9.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ku.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/la.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/la.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/lt.iso-8859-13.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/lt.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/lv.iso-8859-13.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/lv.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/main.aap'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/mg.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/mg.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/mg.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/mg.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/mi.iso-8859-4.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/mi.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ms.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ms.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ms.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ms.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/nb.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/nb.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/nb.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/nb.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/nl.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/nl.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/nl.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/nl.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/nn.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/nn.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/nn.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/nn.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ny.ascii.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ny.iso-8859-14.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ny.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/pl.cp1250.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/pl.iso-8859-2.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/pl.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/pt.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/pt.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ro.cp1250.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ro.iso-8859-2.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ro.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ru.cp1251.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ru.cp1251.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ru.koi8-r.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ru.koi8-r.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ru.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/ru.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/rw.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/rw.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/rw.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/rw.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sk.cp1250.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sk.iso-8859-2.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sk.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sl.cp1250.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sl.iso-8859-2.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sl.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sr.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sr@latin.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sv.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sv.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sv.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sv.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sw.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sw.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sw.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/sw.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/tet.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/tet.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/tet.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/tet.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/th.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/tl.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/tl.latin1.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/tl.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/tl.utf-8.sug'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/tn.cp1250.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/tn.iso-8859-2.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/tn.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/uk.koi8-u.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/uk.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/yi-tr.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/yi.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/yi.utf-8.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/yi.vim'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/zu.ascii.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/zu.latin1.spl'
-        'ftp://ftp.vim.org/pub/vim/runtime/spell/zu.utf-8.spl')
+#_source=($(curl $url | awk '(/\./){print "'$url'"$NF}'))
+_source=(README.txt
+         README_af.txt
+         README_am.txt
+         README_bg.txt
+         README_br.txt
+         README_ca.txt
+         README_cs.txt
+         README_cy.txt
+         README_da.txt
+         README_de.txt
+         README_el.txt
+         README_en.txt
+         README_eo.txt
+         README_es.txt
+         README_fo.txt
+         README_fr.txt
+         README_ga.txt
+         README_gd.txt
+         README_gl.txt
+         README_he.txt
+         README_hr.txt
+         README_hu.txt
+         README_id.txt
+         README_it.txt
+         README_ku.txt
+         README_la.txt
+         README_lt.txt
+         README_lv.txt
+         README_mg.txt
+         README_mi.txt
+         README_ms.txt
+         README_nb.txt
+         README_nl.txt
+         README_nn.txt
+         README_ny.txt
+         README_pl.txt
+         README_pt.txt
+         README_ro.txt
+         README_ru.txt
+         README_rw.txt
+         README_sk.txt
+         README_sl.txt
+         README_sr.txt
+         README_sv.txt
+         README_sw.txt
+         README_th.txt
+         README_tl.txt
+         README_tn.txt
+         README_uk.txt
+         README_yi.txt
+         README_zu.txt
+         af.latin1.spl
+         af.latin1.sug
+         af.utf-8.spl
+         af.utf-8.sug
+         am.utf-8.spl
+         bg.cp1251.spl
+         bg.cp1251.sug
+         bg.utf-8.spl
+         bg.utf-8.sug
+         br.latin1.spl
+         br.utf-8.spl
+         ca.latin1.spl
+         ca.latin1.sug
+         ca.utf-8.spl
+         ca.utf-8.sug
+         check_locales.vim
+         cleanadd.vim
+         cs.cp1250.spl
+         cs.iso-8859-2.spl
+         cs.utf-8.spl
+         cy.iso-8859-14.spl
+         cy.utf-8.spl
+         da.latin1.spl
+         da.latin1.sug
+         da.utf-8.spl
+         da.utf-8.sug
+         de.latin1.spl
+         de.latin1.sug
+         de.utf-8.spl
+         de.utf-8.sug
+         el.iso-8859-7.spl
+         el.iso-8859-7.sug
+         el.utf-8.spl
+         el.utf-8.sug
+         en.ascii.spl
+         en.ascii.sug
+         en.latin1.spl
+         en.latin1.sug
+         en.utf-8.spl
+         en.utf-8.sug
+         eo.iso-8859-3.spl
+         eo.utf-8.spl
+         es.latin1.spl
+         es.latin1.sug
+         es.utf-8.spl
+         es.utf-8.sug
+         eu.utf-8.spl
+         fixdup.vim
+         fo.latin1.spl
+         fo.latin1.sug
+         fo.utf-8.spl
+         fo.utf-8.sug
+         fr.latin1.spl
+         fr.latin1.sug
+         fr.utf-8.spl
+         fr.utf-8.sug
+         ga.latin1.spl
+         ga.latin1.sug
+         ga.utf-8.spl
+         ga.utf-8.sug
+         gd.latin1.spl
+         gd.latin1.sug
+         gd.utf-8.spl
+         gd.utf-8.sug
+         gl.latin1.spl
+         gl.latin1.sug
+         gl.utf-8.spl
+         gl.utf-8.sug
+         he.iso-8859-8.spl
+         he.utf-8.spl
+         he.vim
+         hr.cp1250.spl
+         hr.iso-8859-2.spl
+         hr.utf-8.spl
+         hu.cp1250.spl
+         hu.iso-8859-2.spl
+         hu.latin1.spl
+         hu.utf-8.spl
+         id.latin1.spl
+         id.latin1.sug
+         id.utf-8.spl
+         id.utf-8.sug
+         it.latin1.spl
+         it.latin1.sug
+         it.utf-8.spl
+         it.utf-8.sug
+         ku.iso-8859-9.spl
+         ku.utf-8.spl
+         la.latin1.spl
+         la.utf-8.spl
+         lt.iso-8859-13.spl
+         lt.utf-8.spl
+         lv.iso-8859-13.spl
+         lv.utf-8.spl
+         main.aap
+         mg.latin1.spl
+         mg.latin1.sug
+         mg.utf-8.spl
+         mg.utf-8.sug
+         mi.iso-8859-4.spl
+         mi.utf-8.spl
+         ms.latin1.spl
+         ms.latin1.sug
+         ms.utf-8.spl
+         ms.utf-8.sug
+         nb.latin1.spl
+         nb.latin1.sug
+         nb.utf-8.spl
+         nb.utf-8.sug
+         nl.latin1.spl
+         nl.latin1.sug
+         nl.utf-8.spl
+         nl.utf-8.sug
+         nn.latin1.spl
+         nn.latin1.sug
+         nn.utf-8.spl
+         nn.utf-8.sug
+         ny.ascii.spl
+         ny.iso-8859-14.spl
+         ny.utf-8.spl
+         pl.cp1250.spl
+         pl.iso-8859-2.spl
+         pl.utf-8.spl
+         pt.latin1.spl
+         pt.utf-8.spl
+         ro.cp1250.spl
+         ro.iso-8859-2.spl
+         ro.utf-8.spl
+         ru.cp1251.spl
+         ru.cp1251.sug
+         ru.koi8-r.spl
+         ru.koi8-r.sug
+         ru.utf-8.spl
+         ru.utf-8.sug
+         rw.latin1.spl
+         rw.latin1.sug
+         rw.utf-8.spl
+         rw.utf-8.sug
+         sk.cp1250.spl
+         sk.iso-8859-2.spl
+         sk.utf-8.spl
+         sl.cp1250.spl
+         sl.iso-8859-2.spl
+         sl.utf-8.spl
+         sr.utf-8.spl
+         sr at latin.utf-8.spl
+         sv.latin1.spl
+         sv.latin1.sug
+         sv.utf-8.spl
+         sv.utf-8.sug
+         sw.latin1.spl
+         sw.latin1.sug
+         sw.utf-8.spl
+         sw.utf-8.sug
+         tet.latin1.spl
+         tet.latin1.sug
+         tet.utf-8.spl
+         tet.utf-8.sug
+         th.utf-8.spl
+         tl.latin1.spl
+         tl.latin1.sug
+         tl.utf-8.spl
+         tl.utf-8.sug
+         tn.cp1250.spl
+         tn.iso-8859-2.spl
+         tn.utf-8.spl
+         tr.utf-8.spl
+         uk.koi8-u.spl
+         uk.utf-8.spl
+         yi-tr.utf-8.spl
+         yi.latin1.spl
+         yi.utf-8.spl
+         yi.vim
+         zu.ascii.spl
+         zu.latin1.spl
+         zu.utf-8.spl)
+source=(${_source[@]/#/$url/})
 
 sha256sums=('48454f614832caa6b861c0b2f85f40e27ee985e25267e44dfceb4301a82397fe'
             'e00c86cb0a1c0499380770750f545b5d0308d6cb35d25014cef6891c2fe5f255'
@@ -395,6 +398,7 @@
             '2ba563df29bd1d616cb7b811f6afc365d60e2042a1b3415c769ed84007fb3e4b'
             '963637ac925cf8a51bf207fac392d6b4c69795711dcc2d4809b78846ae367be3'
             'e70f3478aa653c2ae905086328fbff4e43bd646d76534645f50a65344801bd6c'
+            '530fd41586745a7110db4789cd918b5c2f37e6d6c2b3568464f806e5bb4ae9b7'
             'b7203b821b6486243924cf02308d4efaf663d967c812b64a764cada6e33edac3'
             '9d9b12f8be564975decc29cd79bbfd4ebb4d2dc5de60572f45e0b597b2012e34'
             '04c24fa9bacc9b1f3e0f8ad0362a8480b36524ba0a0683c7d757ec3a464dd9c3'
@@ -514,6 +518,7 @@
             '6f6f6ec8c8b0b13008d26032c23eb3d9f795a570470494d94d083096e30e98cf'
             'a670211d5ab14594a2c58b5d2349a2a01650e2494d84947c5fd0557e7554b37f'
             'c5d652807960d4339d48112f40255896db7a8602996343d7f9e0ac827b80a14f'
+            'aa5a5c41b8bd9975ccad90cd61b8cb3007074f896cdf350f2bed0ecf9c433f94'
             'a285e84d9b76ecfe95b7d0b0c819655e7d5553b1435fb9a1866235c12183199d'
             'e1686ca4a54d7068fe66e9a6921f3bad29ccbf14046bf7048598cbe6ec072814'
             'c698211e80b11949a5539efd144c19dbf48dfa0541ed418f36f6b2506b465717'



More information about the arch-commits mailing list