diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-30 05:07:44 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-30 05:19:04 -0200 |
commit | 6a5af75fcfd2a1c6b1352f04e297976e6290a545 (patch) | |
tree | 514f46058f2f338ea3b9986bf2e2e6681a0d6a52 /libre/icecat-l10n/PKGBUILD | |
parent | c28eed84f846203d804090d275aeddd976388e67 (diff) | |
download | abslibre-6a5af75fcfd2a1c6b1352f04e297976e6290a545.tar.gz abslibre-6a5af75fcfd2a1c6b1352f04e297976e6290a545.tar.bz2 abslibre-6a5af75fcfd2a1c6b1352f04e297976e6290a545.zip |
ice{cat,weasel} packages: remove firefox references from provides array because it could conflict against your-freedom
Diffstat (limited to 'libre/icecat-l10n/PKGBUILD')
-rw-r--r-- | libre/icecat-l10n/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/icecat-l10n/PKGBUILD b/libre/icecat-l10n/PKGBUILD index 28cf71d31..4f32681e6 100644 --- a/libre/icecat-l10n/PKGBUILD +++ b/libre/icecat-l10n/PKGBUILD @@ -7,7 +7,7 @@ _pkgbase=icecat pkgbase=$_pkgbase-l10n pkgver=31.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="Language pack for GNU IceCat." arch=('any') url="http://www.gnu.org/software/gnuzilla/" @@ -129,7 +129,6 @@ _package() { pkgdesc="$2 language pack for GNU IceCat." replaces=(icecat-i18n-${1,,}) conflicts=(icecat-i18n-${1,,}) - provides=(firefox-i18n-${1,,}) unzip icecat-$pkgver.$1.langpack.xpi -d $1 rm -v icecat-$pkgver.$1.langpack.xpi |