Package Details: microsoft-edge-stable-bin 132.0.2957.140-1

Git Clone URL: https://aur.archlinux.org/microsoft-edge-stable-bin.git (read-only, click to copy)
Package Base: microsoft-edge-stable-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
Keywords: browser chromium web
Licenses: custom
Conflicts: edge, edge-stable, edge-stable-bin, microsoft-edge-stable
Provides: edge-stable, microsoft-edge-stable
Submitter: nicomix
Maintainer: aakashhemadri
Last Packager: aakashhemadri
Votes: 127
Popularity: 2.09
First Submitted: 2021-10-29 02:42 (UTC)
Last Updated: 2025-01-31 00:00 (UTC)

Dependencies (11)

Required by (5)

Sources (2)

Pinned Comments

Littletiger commented on 2024-04-23 17:13 (UTC)

I was using --ozone-platform-hint=auto and having the startup issue in 124 as well, changing this to --ozone-platform=wayland fixed it for me

aakashhemadri commented on 2022-03-29 13:23 (UTC) (edited on 2022-03-29 13:24 (UTC) by aakashhemadri)

Please wait 30 minutes after a new update is released by Microsoft. The out-of-date flag sends an email notification to all those subscribed. If after a day the package stays out-of-date then please go ahead and flag the package as out-of-date to notify us.

Latest Comments

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

aakashhemadri commented on 2024-04-23 09:54 (UTC)

@acascais & @fredizzmo it could be due to the new upstream source I'm using, will investigate. If you could compare the two versions it would help!

acascais commented on 2024-04-23 09:26 (UTC) (edited on 2024-04-23 09:27 (UTC) by acascais)

Same as @fredzzimo (except for the --ozone-platform-hint flag, i have nothing in my .conf file).

Rolling back to version 123.0.2420.81solved the problem.

linlinlin1992 commented on 2024-04-23 03:47 (UTC)

Same as @fredizzimo.

fredizzimo commented on 2024-04-20 13:26 (UTC)

The latest 124.0.2478.51-1 no longer launches in Wayland mode for me, downgrading to 123.0.2420.81-1 works. The only thing that is shown is a glitching waiting cursor that flickers and leaves trails behind.

I just have --ozone-platform-hint=auto in my microsoft-edge-stable-flags.conf.

aakashhemadri commented on 2024-04-20 09:46 (UTC)

@nowy removed license! Thanks!

nowy commented on 2024-04-20 09:23 (UTC)

@aakashhemadri Thanks for update. And could you remove license term pdf? It's old version and the lastest term is included in edge (edge://terms/), so I think this pdf file is no longer neccesary. And thank you again for your work.

aakashhemadri commented on 2024-04-20 08:52 (UTC) (edited on 2024-04-20 08:55 (UTC) by aakashhemadri)

thanks @nowy for your suggestions, have incorporated it to the PKGBUILD

i have re-enabled my ci since we are now using repomd.xml for retrieving latest version. @Wuzado yes have replaced it with pipewire @Reverier i'm just the co-maintainer, will talk to nico.

hopefully the updates will be more frequent, thanks for the patience

Wuzado commented on 2024-04-20 08:34 (UTC)

libpipewire02 is no longer in any Arch Linux repositories. Is libpipewire 0.2 still required by Edge? The Chromium package in the extra repository simply uses the pipewire package.

sharun commented on 2024-04-20 05:56 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 289241b..1f49aca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 pkgname=microsoft-edge-stable-bin
 _pkgname=microsoft-edge
 _pkgshortname=msedge
-pkgver=123.0.2420.81
+pkgver=124.0.2478.51
 pkgrel=1
 pkgdesc="A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier"
 arch=('x86_64')
@@ -27,7 +27,7 @@ _channel=stable
 source=("https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/${_pkgname}-stable_${pkgver}-1_amd64.deb"
         "microsoft-edge-stable.sh"
         "Microsoft Standard Application License Terms - Standalone (free) Use Terms.pdf")
-sha256sums=('ddce031ecd29d980d6d7b9f309707e3ba3d1f704cc6fd87df04bcdd758a6bec3'
+sha256sums=('7408934be2af295c0bead369e18b107c7e3074d209a0126781c2c15e01c0ae31'
             'dc3765d2de6520b13f105b8001aa0e40291bc9457ac508160b23eea8811e26af'
             'edf2ed596eb068f168287fc76aa713ad5e0afb59f0a0a47a4f29c0c124ade15e')

nowy commented on 2024-04-16 14:01 (UTC) (edited on 2024-04-19 01:49 (UTC) by nowy)

@aakashhemadri Could you modify PKGBUILD with (https://pastebin.com/NQsa0Q7g) ?

Changes:

  • Update to new version

  • Remove dependencies, which are no longer available or unnecessary (I have referred to other chromium based browser aur)

  • Remove icon resizing

  • Change source from deb to rpm

The rpm package has less unused files than the deb package and it's more clear to get lastest version and checksum with xml. Here is a code snippet to get version and checksum from rpm repo. https://pastebin.com/96DS5nBF

EDIT: I agree with @Reverier. If you want, could you add some co-maintainers?