summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2020-01-29 21:19:19 -0500
committerneeshy2020-01-29 21:19:19 -0500
commit26f98b5d014c74d331200046f731ade47a30a548 (patch)
treefb961aa733a2d888b0ace64060708ae96cb00b58 /PKGBUILD
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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
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')