Date: Saturday, June 6, 2015 @ 00:45:34 Author: demize Revision: 134887
upgpkg: hunspell-pl 20150428-2 Modified: hunspell-pl/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-05 22:24:47 UTC (rev 134886) +++ PKGBUILD 2015-06-05 22:45:34 UTC (rev 134887) @@ -3,7 +3,7 @@ # Contributor: Maciej Sitarz <[email protected]> pkgname=hunspell-pl -pkgver=20120911 +pkgver=20150428 pkgrel=2 pkgdesc='Polish dictionary for Hunspell' arch=('any') @@ -10,8 +10,8 @@ url='http://www.sjp.pl/slownik/ort/' license=('GPL') optdepends=('hunspell: the spell checking libraries and apps') -source=(https://sources.archlinux.org/other/community/$pkgname/sjp-myspell-pl-$pkgver.zip) -md5sums=('cc1b05d329be79847b9e30a8f056753d') +source=(http://sjp.pl/slownik/ort/sjp-myspell-pl-$pkgver.zip) +md5sums=('d6de61e0eac87ed9a12e8bbe123800bd') prepare() { bsdtar -xf pl_PL.zip @@ -23,7 +23,7 @@ install -m644 pl_PL.dic "$pkgdir"/usr/share/hunspell # the symlinks - install -dm755 ${pkgdir}/usr/share/myspell/dicts + install -dm755 "$pkgdir"/usr/share/myspell/dicts pushd "$pkgdir"/usr/share/myspell/dicts for file in "$pkgdir"/usr/share/hunspell/*; do ln -sv /usr/share/hunspell/$(basename $file) .
