summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaio Augusto de Camargo2019-08-07 12:42:08 -0300
committerKaio Augusto de Camargo2019-08-07 12:42:08 -0300
commit9f1cfeaf1f8f8cbfd9ea26cd00e62bbe1b673e45 (patch)
treef74615dee3b895a21f6a34e142f4c199c0df4970 /PKGBUILD
parent58d2923bd65ce57ea07e387d0b8fea6f7ab91260 (diff)
downloadaur-firefox-esr-pt-br-bin.tar.gz
Fix package 'conflicts' field so it conflicts with all versions of Firefox.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cf2f006da30..939ada6f287f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64')
depends=('gtk2' 'gtk3' 'libxt' 'dbus-glib' 'nss')
makedepends=()
provides=('firefox=68' firefox-esr=$pkgver)
-conflicts=('firefox=68' firefox-esr=$pkgver firefox-esr-bin)
+conflicts=('firefox')
license=('MPL' 'GPL' 'LGPL')
install=$_pkgname.install