From f03ae9dc8bdda9f03c838a0595d9855cc0799c2d Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Mon, 29 Jan 2018 11:48:29 +0100 Subject: added replaces/conflicts/provides for icecat --- libre/icecat/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libre/icecat/PKGBUILD') diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 70559b509..2f7936603 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -13,10 +13,11 @@ _pgo=false +_pkgname=firefox pkgname=icecat _pkgver=52.3.0-gnu1 pkgver=${_pkgver//-/_} -pkgrel=6 +pkgrel=7 pkgdesc="GNU IceCat, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64 armv7h) @@ -27,6 +28,9 @@ depends_i686=("icu>=60" "icu<61") depends_armv7h=("icu>=60" "icu<61") makedepends=(autoconf2.13 diffutils gconf imake inetutils libpulse mesa mozilla-searchplugins python2 unzip yasm zip) options=(!emptydirs !makeflags debug) +replaces=("$_pkgname") +conflicts=("$_pkgname") +provides=("$_pkgname") if $_pgo; then makedepends+=(xorg-server-xvfb) options+=(!ccache) -- cgit v1.2.3