diff options
Diffstat (limited to 'libre/icecat-spell-ru/PKGBUILD')
-rw-r--r-- | libre/icecat-spell-ru/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/icecat-spell-ru/PKGBUILD b/libre/icecat-spell-ru/PKGBUILD index 59e29f13f..a58c1d3b9 100644 --- a/libre/icecat-spell-ru/PKGBUILD +++ b/libre/icecat-spell-ru/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 90907 2013-05-15 13:06:09Z spupykin $ +# $Id: PKGBUILD 129457 2015-03-18 10:50:28Z spupykin $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor (Arch): Maciej Sitarz <macieks@freesco.pl> pkgname=icecat-spell-ru -pkgver=0.4.4 -pkgrel=13.2 +pkgver=0.4.5 +pkgrel=1 pkgdesc="Russian spellchecker dictionary for IceCat" arch=(any) url="https://addons.mozilla.org/firefox/dictionaries/" license=("GPL") depends=("icecat") -noextract=(russian_spellchecking_dictionary_with_io_support-$pkgver-fx+tb+sm.xpi) -source=(https://addons.mozilla.org/firefox/downloads/file/98798/russian_spellchecking_dictionary-$pkgver-fx+tb+sm.xpi) -md5sums=('269a8bdd38a5641b5f6cfb12715f1029') +#noextract=(addon-$pkgver-an+fx+tb+fn+sm.xpi) +source=(https://addons.cdn.mozilla.net/user-media/addons/3703/addon-$pkgver-an+fx+tb+fn+sm.xpi) +md5sums=('05dbd25d73e3e4187ec51517658fcf69') package() { # _ffver=`pacman -Q icecat | cut -f2 -d\ | cut -f1 -d-` |