summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2016-05-30 11:01:26 +0800
committerIru Cai2016-05-30 11:01:26 +0800
commitfc0e2fb4164446c70ceb4d217cef8caa589cb0e5 (patch)
tree4aadea04794929a053ea4ec129a8d5af3fd5c22a
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
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5c13bd7890f..3e7c78a04237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 30 02:43:07 UTC 2016
+# Mon May 30 03:01:19 UTC 2016
pkgbase = iridium
pkgdesc = a free, open, and libre browser modification of the Chromium code base
pkgver = 51.1
- pkgrel = 1
+ pkgrel = 2
url = https://iridiumbrowser.de/
arch = i686
arch = x86_64
@@ -40,7 +40,6 @@ pkgbase = iridium
optdepends = kdebase-kdialog: needed for file dialogs in KDE
optdepends = gnome-keyring: for storing passwords in GNOME keyring
optdepends = kwallet: for storing passwords in KWallet
- provides = chromium
conflicts = chromium
replaces = chromium
options = !strip
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')