Skip to content

Commit

Permalink
Upgrade to Chromium 111.0.5561.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tangalbert919 committed Jan 26, 2023
1 parent 9b4960d commit 62abf28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Contributor: Daniel J Griffiths <[email protected]>

pkgname=chromium-canary
pkgver=111.0.5557.0
pkgver=111.0.5561.0
pkgrel=1
_launcher_ver=8
_gcc_patchset=1
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ Run this command to install missing dependencies before building, and then the b

`makepkg -si`

<!--To use libc++ instead of libstdc++ (provided by GCC), run this command:
To use libc++ instead of libstdc++ (provided by GCC), run this command:

`FORCE_LIBCXX=yes makepkg -si`-->
`FORCE_LIBCXX=yes makepkg -si`

To use Google's Clang instead of system Clang, run this command:

`GOOGLE_CLANG=yes makepkg -si`

<!--`FORCE_LIBCXX=yes` and `GOOGLE_CLANG=yes` can both be passed before `makepkg`.
`FORCE_LIBCXX=yes` and `GOOGLE_CLANG=yes` can both be passed before `makepkg`.

To use ccache, run this command:

`USE_CCACHE=yes makepkg -si`-->
`USE_CCACHE=yes makepkg -si`

## Developer info:

Expand Down
11 changes: 0 additions & 11 deletions chromium-107-zlib.patch

This file was deleted.

0 comments on commit 62abf28

Please sign in to comment.