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 | |
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')
-rw-r--r-- | libre/icecat/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 30f79b402..6a44a5621 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -14,7 +14,7 @@ _pgo=true pkgname=icecat pkgver=31.1.1 -pkgrel=2 +pkgrel=1 pkgdesc="GNU IceCat, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64 mips64el) @@ -31,7 +31,6 @@ optdepends=('networkmanager: Location detection via available WiFi networks' 'gst-libav: h.264 video') url="http://www.gnu.org/software/gnuzilla/" install=$pkgname.install -provides=('firefox') source=("http://gnuzilla.gnu.org/releases/$pkgver/$pkgname-$pkgver.tar.xz" mozconfig mozconfig.pgo |