summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2020-01-29 21:19:19 -0500
committerneeshy2020-01-29 21:19:19 -0500
commit26f98b5d014c74d331200046f731ade47a30a548 (patch)
treefb961aa733a2d888b0ace64060708ae96cb00b58
parent69867940d89748b00c9ecc551dc80d935f0f623a (diff)
downloadaur-26f98b5d014c74d331200046f731ade47a30a548.tar.gz
Revert "Add provides and conflicts array"
This reverts commit 69867940d89748b00c9ecc551dc80d935f0f623a. basilisk-bin should be the one to specify conflicts and provides arrays
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 325f9f99fada..71317f49857b 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 = 2
+ pkgrel = 1
url = https://www.basilisk-browser.org
arch = x86_64
license = MPL
@@ -19,10 +19,6 @@ 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 53de551cdb86..764a88fb8802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,13 @@
pkgname=basilisk
pkgver=2020.01.12
-pkgrel=2
+pkgrel=1
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')