summaryrefslogtreecommitdiff
path: root/libre/icecat/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-29 11:48:29 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-29 18:39:52 +0100
commitf03ae9dc8bdda9f03c838a0595d9855cc0799c2d (patch)
tree25beed9dca0cbdaecba7ae8cf6cfa40f673f992f /libre/icecat/PKGBUILD
parent8e55267c5eb23d3b7dd56d005b14f52eb3c96088 (diff)
downloadabslibre-f03ae9dc8bdda9f03c838a0595d9855cc0799c2d.tar.gz
abslibre-f03ae9dc8bdda9f03c838a0595d9855cc0799c2d.tar.bz2
abslibre-f03ae9dc8bdda9f03c838a0595d9855cc0799c2d.zip
added replaces/conflicts/provides for icecat
Diffstat (limited to 'libre/icecat/PKGBUILD')
-rw-r--r--libre/icecat/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
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)