Package Details: brave-nightly-bin 1.67.42-1

Git Clone URL: https://aur.archlinux.org/brave-nightly-bin.git (read-only, click to copy)
Package Base: brave-nightly-bin
Description: Web browser that blocks ads and trackers by default (nightly binary release).
Upstream URL: https://brave.com/download-nightly
Licenses: MPL2
Provides: brave-nightly-bin, brave-nightly-browser
Submitter: gregbunk
Maintainer: gregbunk
Last Packager: gregbunk
Votes: 25
Popularity: 0.091138
First Submitted: 2019-03-28 14:18 (UTC)
Last Updated: 2024-04-25 18:20 (UTC)

Dependencies (9)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

no_managers commented on 2023-01-01 02:13 (UTC)

Was able to get this working on Asahi linux. Not sure if this warrants a separate package or not. Would be great if support for arm linux could be included here.

diff --git a/.SRCINFO b/.SRCINFO
index 9901a91..6ae67c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
 pkgbase = brave-nightly-bin
    pkgdesc = Web browser that blocks ads and trackers by default (nightly binary release).
-   pkgver = 1.48.101
+   pkgver = 1.48.98
    pkgrel = 1
    url = https://brave.com/download-nightly
-   arch = x86_64
+   arch = aarch64
    license = MPL2
    depends = gtk3
    depends = nss
@@ -18,10 +18,10 @@ pkgbase = brave-nightly-bin
    provides = brave-nightly-bin
    provides = brave-nightly-browser
    options = !strip
-   source = https://github.com/brave/brave-browser/releases/download/v1.48.101/brave-browser-nightly_1.48.101_amd64.deb
+   source = https://github.com/brave/brave-browser/releases/download/v1.48.94/brave-browser-nightly_1.48.94_arm64.deb
    source = MPL2::https://raw.githubusercontent.com/brave/browser-laptop/master/LICENSE.txt
    source = brave-nightly-bin.sh
-   sha512sums = 0c137a32180bfc844383d7c88fb8ffb9ada4b65ec4a48b3836470cc4e024b58a584178b25a5022e26eea87bec8c0fcc1fb41e6632fb29beb551a99c02867de38
+    sha512sums = 16ac61cb049a5f554e2508ac020914068fd3809f1dee6560c84dbc4a2c37b10d7ba1bb711b43c314124ad4c27c3f76e134e34c4c7a4ff4ef954b61a09d95a87a
    sha512sums = b8823586fead21247c8208bd842fb5cd32d4cb3ca2a02339ce2baf2c9cb938dfcb8eb7b24c95225ae625cd0ee59fbbd8293393f3ed1a4b45d13ba3f9f62a791f
    sha512sums = 191500db5dd9692d362745e0055f9ac570c7ca2043edcf3e2eb9dcf8039615022f3459c909ed29d89410886481723d2d439086f1938249674ea32654819190c4

diff --git a/PKGBUILD b/PKGBUILD
index a98738e..33e3c1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
 # Maintainer: Greg White <gwhite@kupulau.com>

 pkgname=brave-nightly-bin
-pkgver=1.48.101
+pkgver=1.48.94
 pkgrel=1
 pkgdesc='Web browser that blocks ads and trackers by default (nightly binary release).'
-arch=('x86_64')
+arch=('aarch64')
 url='https://brave.com/download-nightly'
 license=('MPL2')
 depends=('gtk3' 'nss' 'alsa-lib' 'libxss' 'ttf-font')
@@ -16,11 +16,11 @@ optdepends=('cups: Printer support'
             'libgnome-keyring: gnome keyring support')
 provides=("${pkgname}" 'brave-nightly-browser')
 conflicts=()
-source=("https://github.com/brave/brave-browser/releases/download/v${pkgver}/brave-browser-nightly_${pkgver}_amd64.deb"
+source=("https://github.com/brave/brave-browser/releases/download/v${pkgver}/brave-browser-nightly_${pkgver}_arm64.deb"
         'MPL2::https://raw.githubusercontent.com/brave/browser-laptop/master/LICENSE.txt'
         "$pkgname.sh")
 options=(!strip)
-sha512sums=('0c137a32180bfc844383d7c88fb8ffb9ada4b65ec4a48b3836470cc4e024b58a584178b25a5022e26eea87bec8c0fcc1fb41e6632fb29beb551a99c02867de38'
+sha512sums=('16ac61cb049a5f554e2508ac020914068fd3809f1dee6560c84dbc4a2c37b10d7ba1bb711b43c314124ad4c27c3f76e134e34c4c7a4ff4ef954b61a09d95a87a'
             'b8823586fead21247c8208bd842fb5cd32d4cb3ca2a02339ce2baf2c9cb938dfcb8eb7b24c95225ae625cd0ee59fbbd8293393f3ed1a4b45d13ba3f9f62a791f'
             '191500db5dd9692d362745e0055f9ac570c7ca2043edcf3e2eb9dcf8039615022f3459c909ed29d89410886481723d2d439086f1938249674ea32654819190c4')

alosarjos commented on 2022-10-17 19:14 (UTC) (edited on 2022-10-17 19:15 (UTC) by alosarjos)

Hi there! Brave-bin maintainer here :)

I was playing a bit and came out with this for stable (Not working right now since ARM64 build are only nightly) but maybe can help?

https://gist.github.com/alosarjos/264538d717e3b93321b9e9585ee5301a

I'm also interested on how this is handled here to be prepared once it arrives to stable

PD: I can not test it since I don't have any ARM64 machine

waddon1 commented on 2022-10-14 16:02 (UTC)

I'm not really sure, it might be more difficult than I thought it would be... maybe try looking at librewolf-bin as that seems to have a working arm/x86 aur release.

gregbunk commented on 2022-10-13 15:29 (UTC)

Phew. Willing to try. Not sure I have anywhere to test this - any pointers would be useful.

waddon1 commented on 2022-10-13 15:14 (UTC)

Could we get this updated to support ARM? As Brave Nightly has just been released for aarch64 Linux.

SoftExpert commented on 2022-08-25 02:36 (UTC)

Seems to be this issue - 24963 upstream. Sorry for the noise ...

gregbunk commented on 2022-08-24 20:08 (UTC)

Sorry to hear that.

I'm not seeing it here, FWIW.

In any case, please report this to upstream (i.e., to Brave Software.) This package simply packages up what they produce.

SoftExpert commented on 2022-08-24 17:23 (UTC) (edited on 2022-08-24 17:25 (UTC) by SoftExpert)

1.45.1 crashes as well; this is the output when launched from command line:

[481358:481358:0824/191756.080380:ERROR:json_rpc_service.cc(120)] Could not set network from JsonRpcService() for FIL
[481358:481358:0824/191756.541170:ERROR:gpu_process_host.cc(965)] GPU process exited unexpectedly: exit_code=139
[481358:481358:0824/191757.051809:ERROR:gpu_process_host.cc(965)] GPU process exited unexpectedly: exit_code=139
[481358:481358:0824/191757.499313:ERROR:gpu_process_host.cc(965)] GPU process exited unexpectedly: exit_code=139
[481358:481358:0824/191757.838871:ERROR:gpu_process_host.cc(965)] GPU process exited unexpectedly: exit_code=139
[481358:481358:0824/191758.236543:ERROR:gpu_process_host.cc(965)] GPU process exited unexpectedly: exit_code=139
[481358:481358:0824/191758.560883:ERROR:gpu_process_host.cc(965)] GPU process exited unexpectedly: exit_code=139
[481795:481795:0824/191758.591109:ERROR:vaapi_wrapper.cc(1299)] vaQuerySurfaceAttributes failed, VA error: invalid parameter
[481795:481795:0824/191758.591241:ERROR:vaapi_wrapper.cc(1246)] FillProfileInfo_Locked failed for va_profile VAProfileH264Main and entrypoint VAEntrypointVLD
[481795:481795:0824/191758.591328:ERROR:vaapi_wrapper.cc(1299)] vaQuerySurfaceAttributes failed, VA error: invalid parameter
[481795:481795:0824/191758.591393:ERROR:vaapi_wrapper.cc(1246)] FillProfileInfo_Locked failed for va_profile VAProfileH264High and entrypoint VAEntrypointVLD
[481795:481795:0824/191758.599004:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
[481651:18:0824/191758.604382:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[481437:7:0824/191758.610936:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[0824/191758.827188:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0824/191758.828539:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0824/191758.828720:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0824/191758.828814:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0824/191758.829579:ERROR:elf_dynamic_array_reader.h(64)] tag not found
/opt/brave.com/brave-nightly/brave-browser: line 48: 481358 Segmentation fault      (core dumped) "$HERE/brave" "$@"
[481398:481405:0824/191801.104774:ERROR:ssl_client_socket_impl.cc(983)] handshake failed; returned -1, SSL error code 1, net_error -3                                                                                                      
[481398:481405:0824/191801.104976:ERROR:ssl_client_socket_impl.cc(983)] handshake failed; returned -1, SSL error code 1, net_error -3

SoftExpert commented on 2022-08-24 05:58 (UTC)

1.44.64 crashes with segmentation fault; previous was working fine.

EncryptedCicada commented on 2022-07-06 11:28 (UTC)

Hey! Just wanted to point out that there is a typo in the optdepends 'libgnome-keyring' line.