summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIru Cai2016-05-30 11:01:26 +0800
committerIru Cai2016-05-30 11:01:26 +0800
commitfc0e2fb4164446c70ceb4d217cef8caa589cb0e5 (patch)
tree4aadea04794929a053ea4ec129a8d5af3fd5c22a /PKGBUILD
parent7b34f67cc331695168243c44725e057c4198d5cb (diff)
downloadaur-fc0e2fb4164446c70ceb4d217cef8caa589cb0e5.tar.gz
remove provides=(chromium)
so that it'll not conflict with your-freedom, as is seen in iceweasel: Provides : None Conflicts With : iceweasel-libre Replaces : iceweasel-libre firefox
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 031a064ce0e7..b96bdda996ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=iridium
pkgver=51.1
-pkgrel=1
+pkgrel=2
_launcher_ver=3
pkgdesc="a free, open, and libre browser modification of the Chromium code base"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja')
optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
'gnome-keyring: for storing passwords in GNOME keyring'
'kwallet: for storing passwords in KWallet')
-provides=('chromium')
+# provides=('chromium')
conflicts=('chromium')
replaces=('chromium')
options=('!strip')