mirror of
https://aur.archlinux.org/brave-bin.git
synced 2025-09-21 14:09:29 +02:00
libgnome-keyring is a hard dependency after all.
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = brave-bin
|
pkgbase = brave-bin
|
||||||
pkgdesc = A web browser that stops ads and trackers by default. Binary release.
|
pkgdesc = A web browser that stops ads and trackers by default. Binary release.
|
||||||
pkgver = 0.12.0
|
pkgver = 0.12.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://www.brave.com/
|
url = https://www.brave.com/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom:several
|
license = custom:several
|
||||||
@@ -11,6 +11,7 @@ pkgbase = brave-bin
|
|||||||
depends = gconf
|
depends = gconf
|
||||||
depends = libxtst
|
depends = libxtst
|
||||||
depends = libxss
|
depends = libxss
|
||||||
|
depends = libgnome-keyring
|
||||||
depends = ttf-font
|
depends = ttf-font
|
||||||
optdepends = cups: Printer support
|
optdepends = cups: Printer support
|
||||||
provides = brave
|
provides = brave
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
pkgname=brave-bin
|
pkgname=brave-bin
|
||||||
pkgver=0.12.0
|
pkgver=0.12.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A web browser that stops ads and trackers by default. Binary release."
|
pkgdesc="A web browser that stops ads and trackers by default. Binary release."
|
||||||
arch=('x86_64') # Upstream supports x86_64 only
|
arch=('x86_64') # Upstream supports x86_64 only
|
||||||
url="https://www.brave.com/"
|
url="https://www.brave.com/"
|
||||||
license=('custom:several')
|
license=('custom:several')
|
||||||
depends=('gtk2' 'nss' 'alsa-lib' 'gconf' 'libxtst' 'libxss' 'ttf-font')
|
depends=('gtk2' 'nss' 'alsa-lib' 'gconf' 'libxtst' 'libxss' 'libgnome-keyring' 'ttf-font')
|
||||||
optdepends=('cups: Printer support')
|
optdepends=('cups: Printer support')
|
||||||
provides=('brave' 'brave-browser')
|
provides=('brave' 'brave-browser')
|
||||||
conflicts=('brave')
|
conflicts=('brave')
|
||||||
|
Reference in New Issue
Block a user