Package Details: microsoft-edge-dev-bin 136.0.3227.1-1

Git Clone URL: https://aur.archlinux.org/microsoft-edge-dev-bin.git (read-only, click to copy)
Package Base: microsoft-edge-dev-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: microsoft-edge
Provides: microsoft-edge
Submitter: ejiek
Maintainer: bittin (josc, ejiek, SolarAquarion, kode54)
Last Packager: kode54
Votes: 100
Popularity: 0.21
First Submitted: 2020-10-20 22:29 (UTC)
Last Updated: 2025-04-06 07:49 (UTC)

Dependencies (16)

Required by (2)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 15 Next › Last »

noabody commented on 2021-07-11 23:12 (UTC) (edited on 2021-07-11 23:48 (UTC) by noabody)

I scrape the latest version number to automate building the most recent package.

Wget limits to the correct filename. Perl regex discards all but the relevant filenames, trims to just the version number, sorts the unique versions, then pops the most recent off the tail end.

_subver="$(wget -d -r -np -N --spider -e robots=off --no-check-certificate --accept-regex '.*microsoft-edge-dev_.*' https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-dev/ 2>&1 | perl -pe 's|^((?!microsoft-edge-dev_.*\.deb).)*$||gi ; s|.*microsoft-edge-dev_([\d\.]+).*$|\1|gi' | sort -u | tail -1)"
source=("https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-dev/${_pkgname}_${_subver}-1_amd64.deb"
pkgver() {
  echo "${_subver}"
}

josc commented on 2021-07-02 09:33 (UTC)

Would not mind being added as a co-maintainer

malacology commented on 2021-07-02 09:32 (UTC)

I strongly recommend adding more co-maintainers again, such as @bittin @josc

josc commented on 2021-07-01 05:48 (UTC)

93.0.933.1: https://gist.github.com/joscdk/ed47ccbd61ca1e7272b03ce9698e69cd

bittin commented on 2021-06-25 13:12 (UTC)

93.0.926.1: https://pastebin.com/aLSFnUys

malacology commented on 2021-06-20 07:01 (UTC)

I strongly recommend that bittin become the co-maintainer. Bittin has the experience in maintaining edge or other browers' AUR packages.

bittin commented on 2021-06-19 07:33 (UTC)

Would not mind being added as a comaintainer and help keep this package up to date

malacology commented on 2021-06-19 07:27 (UTC) (edited on 2021-06-19 07:27 (UTC) by malacology)

I don't know why this package is always out of date, if the maintainers don't have time to maintain it, it should be dropped.

bittin commented on 2021-06-16 02:19 (UTC)

https://pastebin.com/DY16tBiX PKGBUILD for yesterdays update

bittin commented on 2021-06-10 04:22 (UTC)

First Edge 93 Dev PKGBUILD: https://pastebin.com/B8bmQctE