diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-06 19:49:46 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-06 19:49:46 -0200 |
commit | b36cf3a75f1454f1100cbef0bc88c655f362e3b2 (patch) | |
tree | 4b44228c9d2f5d4a2c72540c3e3f510a10aeab38 /libre/iceweasel-spell-ru/PKGBUILD | |
parent | a6d119cd2fc16813504557af6ba0b2aa54529db4 (diff) | |
download | abslibre-b36cf3a75f1454f1100cbef0bc88c655f362e3b2.tar.gz abslibre-b36cf3a75f1454f1100cbef0bc88c655f362e3b2.tar.bz2 abslibre-b36cf3a75f1454f1100cbef0bc88c655f362e3b2.zip |
iceweasel-{adblock-plus,firebug,raismth,spell-ru}: remove replace and conflicts to avoid problems to icecat dependencies
Diffstat (limited to 'libre/iceweasel-spell-ru/PKGBUILD')
-rw-r--r-- | libre/iceweasel-spell-ru/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libre/iceweasel-spell-ru/PKGBUILD b/libre/iceweasel-spell-ru/PKGBUILD index 2a5a84518..b9bb8b6f9 100644 --- a/libre/iceweasel-spell-ru/PKGBUILD +++ b/libre/iceweasel-spell-ru/PKGBUILD @@ -4,22 +4,20 @@ pkgname=iceweasel-spell-ru pkgver=0.4.4 -pkgrel=13 +pkgrel=13.1 pkgdesc="Russian spellchecker dictionary for Iceweasel" arch=(any) url="https://addons.mozilla.org/firefox/dictionaries/" license=("GPL") depends=("iceweasel-libre") provides=(firefox-spell-ru=$pkgver) -conflicts=firefox-spell-ru -replaces=firefox-spell-ru 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') package() { # _ffver=`pacman -Q iceweasel-libre | cut -f2 -d\ | cut -f1 -d-` -# depends=("iceweasel>=${_ffver}" "iceweasel<=${_ffver/0/99}") +# depends=("iceweasel-libre>=${_ffver}" "iceweasel-libre<=${_ffver/0/99}") cd $srcdir rm $srcdir/*.xpi |