summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2020-01-29 20:14:07 -0500
committerneeshy2020-01-29 20:14:07 -0500
commit69867940d89748b00c9ecc551dc80d935f0f623a (patch)
tree933d0295a37988bd2a41e9884183c1403b49d54c
parentd093fc390d9ee80f30d721186441dad81c6ee2d1 (diff)
downloadaur-69867940d89748b00c9ecc551dc80d935f0f623a.tar.gz
Add provides and conflicts array
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71317f49857b..325f9f99fada 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = basilisk
pkgdesc = Standalone web browser forked from mozilla.org, UXP version
pkgver = 2020.01.12
- pkgrel = 1
+ pkgrel = 2
url = https://www.basilisk-browser.org
arch = x86_64
license = MPL
@@ -19,6 +19,10 @@ pkgbase = basilisk
depends = alsa-lib
depends = ffmpeg
depends = ttf-font
+ provides = basilisk-bin
+ provides = basilisk-git
+ conflicts = basilisk-bin
+ conflicts = basilisk-git
options = !emptydirs
source = https://github.com/MoonchildProductions/UXP/archive/v2020.01.12.tar.gz
sha256sums = 6133ea81ee929202b793b11d70403a2e3e5c25c8908915f6d689ce9467f9659d
diff --git a/PKGBUILD b/PKGBUILD
index 764a88fb8802..53de551cdb86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,15 @@
pkgname=basilisk
pkgver=2020.01.12
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone web browser forked from mozilla.org, UXP version"
arch=('x86_64')
license=('MPL' 'GPL' 'LGPL')
url="https://www.basilisk-browser.org"
depends=('gtk2' 'libxt' 'mime-types' 'alsa-lib' 'ffmpeg' 'ttf-font')
makedepends=('unzip' 'zip' 'python2' 'yasm' 'mesa' 'autoconf2.13')
+provides=('basilisk-bin' 'basilisk-git')
+conflicts=('basilisk-bin' 'basilisk-git')
options=('!emptydirs')
source=("https://github.com/MoonchildProductions/UXP/archive/v$pkgver.tar.gz")
sha256sums=('6133ea81ee929202b793b11d70403a2e3e5c25c8908915f6d689ce9467f9659d')