summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-05-22 16:28:20 +0200
committerMarcin Wieczorek2016-05-22 16:28:20 +0200
commit9a7d6471b584d5bde0bdf43edd9a81307262404c (patch)
treee6fda13eec6a2122bcfe485f47078ae417dc6d57
parent362fad07660044d41e1de7f8fd3e948124447b14 (diff)
downloadaur-9a7d6471b584d5bde0bdf43edd9a81307262404c.tar.gz
Add conflicts and provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 830496ae24f8..5b4447d90f0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,10 @@ pkgbase = lantern-bin
depends = libappindicator-gtk3
depends = xcb-util
depends = xdg-utils
+ provides = lantern
+ conflicts = lantern
+ conflicts = lantern-headless
+ conflicts = lantern-headless-git
options = !emptydirs
options = !strip
options = !docs
diff --git a/PKGBUILD b/PKGBUILD
index fb9cdfe7c240..7b7561335ca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,8 @@ license=('Apache')
# and remove duplicated, like atk required by gtk3
depends=('libappindicator-gtk3' 'xcb-util' 'xdg-utils')
options=('!emptydirs' '!strip' '!docs')
+conflicts=('lantern' 'lantern-headless' 'lantern-headless-git')
+provides=('lantern')
install=lantern.install
source=('lantern.service')
source_i686=('lantern-installer-32-bit.deb::https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-32-bit.deb')