Package Details: microsoft-edge-beta-bin 124.0.2478.49-1

Git Clone URL: https://aur.archlinux.org/microsoft-edge-beta-bin.git (read-only, click to copy)
Package Base: microsoft-edge-beta-bin
Description: A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier
Upstream URL: https://www.microsoftedgeinsider.com/en-us/download
Licenses: custom
Conflicts: edge, edge-beta, edge-beta-bin, microsoft-edge-beta
Provides: edge-beta, microsoft-edge-beta
Submitter: bittin
Maintainer: bittin (EsauPR)
Last Packager: bittin
Votes: 28
Popularity: 0.75
First Submitted: 2021-05-01 07:39 (UTC)
Last Updated: 2024-04-18 07:15 (UTC)

Dependencies (15)

Required by (2)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

bittin commented on 2023-03-31 13:08 (UTC)

@npreining has updated that script now, thanks for the help and sorry it took over a month did not see your comment until now

npreining commented on 2023-02-06 22:48 (UTC) (edited on 2023-02-06 22:48 (UTC) by npreining)

The update_version.sh script doesn't currently work because it blindly assumes that the top version in the Packages file is the newest one. The fix is:

--- a/update_version.sh
+++ b/update_version.sh
@@ -13,6 +13,7 @@ VER=$(curl -sSf https://packages.microsoft.com/repos/edge/dists/stable/main/bina
     grep -A6 "Package: ${PKG}" |
     awk '/Version/{print $2}' |
        cut -d '-' -f1 |
+    sort -V -r |
     head -n1)

 # Insert latest version into PKGBUILD and update hashes
@@ -30,6 +31,7 @@ fi
 SUM256=$(curl -sSf https://packages.microsoft.com/repos/edge/dists/stable/main/binary-amd64/Packages |
     grep -A15 "Package: ${PKG}" |
     awk '/SHA256/{print $2}' |
+    sort -V -r |
     head -n1)

 # Insert latest shasum into PKGBUILD and update hashes

hzmi commented on 2022-11-11 13:21 (UTC) (edited on 2022-11-11 13:21 (UTC) by hzmi)

Seems like libpipewire02 package is removed. Does Edge WebRTC desktop sharing under Wayland work with libpipewire-0.3.so from pipewire package? I haven't tested it

Serial commented on 2022-02-28 20:00 (UTC)

Existe solução? Is there a solution?

(https://imgur.com/Zox0aU7 )

FuzzyAtish commented on 2022-02-27 12:50 (UTC) (edited on 2022-02-27 12:54 (UTC) by FuzzyAtish)

diff --git a/PKGBUILD b/PKGBUILD
index b22c3ae..d2646c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,9 +26,9 @@ _channel=beta
 source=("https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-beta/${_pkgname}_${pkgver}-1_amd64.deb"
         "microsoft-edge-beta.sh"
         "Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf")
-sha256sums=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
+sha256sums=('0e09f478fc4fd088d864d3269cbe86af03b728ae132c27886fc72145d3392bd3'
             'ccb0d8939af2f129da97f75ef063b6ff2d9484e94c090aef82570001eba8dd71'
             'edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e')

 package() {
        bsdtar -xf data.tar.xz -C "$pkgdir/"

Starwalker commented on 2022-02-27 07:42 (UTC) (edited on 2022-02-27 07:59 (UTC) by Starwalker)

There is an issue with incorrect sha256 checksum of the 'microsoft-edge-beta_99.0.1150.25-1_amd64.deb' file declared in 'PKGBUILD' and '.SRCINFO' files:

[linux]$ makepkg -si
==> Making package: microsoft-edge-beta-bin 99.0.1150.25-1 (Sun 27 Feb 2022 09:40:25 EET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading microsoft-edge-beta_99.0.1150.25-1_amd64.deb...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  112M  100  112M    0     0  60.8M      0  0:00:01  0:00:01 --:--:-- 60.8M
  -> Found microsoft-edge-beta.sh
  -> Found Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf
==> Validating source files with sha256sums...
    microsoft-edge-beta_99.0.1150.25-1_amd64.deb ... FAILED
    microsoft-edge-beta.sh ... Passed
    Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf ... Passed
==> ERROR: One or more files did not pass the validity check!

fbn commented on 2022-02-26 17:57 (UTC)

The 99.0.1150.25-1 deb checksum doesn't match with the pkgbuild

Serial commented on 2022-02-26 11:11 (UTC)

problem updating microsoft edge beta EndeavourOS com Gonome 4.1.3

==> [N]Nenhum [A]Todos [Ab]Abortar [I]Instalados [No]Não Instalados ou (1 2 3, 1-3, ^4) ==> q :: (1/1) Analisando SRCINFO: microsoft-edge-beta-bin ==> Criando o pacote: microsoft-edge-beta-bin 99.0.1150.25-1 (sáb 26 fev 2022 08:03:24) ==> Obtendo fontes... -> Encontrado microsoft-edge-beta_99.0.1150.25-1_amd64.deb -> Encontrado microsoft-edge-beta.sh -> Encontrado Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf ==> Validando source arquivos com sha256sums... microsoft-edge-beta_99.0.1150.25-1_amd64.deb ... FALHOU microsoft-edge-beta.sh ... Passou Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf ... Passou ==> ERRO: Um ou mais arquivos não passaram na verificação de validade! -> erro ao descarregar as fontes: microsoft-edge-beta-bin context: exit status 1

==> Criando o pacote: microsoft-edge-beta-bin 99.0.1150.25-1 (sáb 26 fev 2022 08:03:27) ==> Verificando as dependências de tempo de execução... ==> Verificando as dependências de tempo de compilação... ==> Obtendo fontes... -> Encontrado microsoft-edge-beta_99.0.1150.25-1_amd64.deb -> Encontrado microsoft-edge-beta.sh -> Encontrado Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf ==> Validando source arquivos com sha256sums... microsoft-edge-beta_99.0.1150.25-1_amd64.deb ... FALHOU microsoft-edge-beta.sh ... Passou Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf ... Passou ==> ERRO: Um ou mais arquivos não passaram na verificação de validade! -> erro ao construir: microsoft-edge-beta-bin

Pressione ENTER para fechar essa janela:

kreimben commented on 2022-01-26 08:25 (UTC)

Lagging too much!