diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-10-09 11:07:16 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-10-09 11:07:16 +0200 |
commit | 9195cb82e38571f9d7ceb8159ea0c173a5a99697 (patch) | |
tree | f696f801ead3b0fd39c97e1df761a13822441578 /google-chrome/PKGBUILD | |
parent | c74fcee126250c4336dd10399b2dd6555c256d97 (diff) | |
download | archlinuxewe-9195cb82e38571f9d7ceb8159ea0c173a5a99697.tar.xz |
google-chrome: rebuild
Diffstat (limited to 'google-chrome/PKGBUILD')
-rw-r--r-- | google-chrome/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/google-chrome/PKGBUILD b/google-chrome/PKGBUILD index ec3f45abf..e1f77870d 100644 --- a/google-chrome/PKGBUILD +++ b/google-chrome/PKGBUILD @@ -8,7 +8,7 @@ pkgname=google-chrome pkgver=114.0.5735.90 -pkgrel=31 +pkgrel=32 pkgdesc="The popular and trusted web browser by Google (Stable Channel)" arch=('x86_64') url="https://www.google.com/chrome" @@ -29,17 +29,17 @@ _pinned_dependencies=( 'libglib-2.0.so=0' 'libgobject-2.0.so=0' 'libpango-1.0.so=0' - 'libx11=1.8.6' + 'libx11=1.8.7' 'libxcb=1.16' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' 'libxext=1.3.5' 'libxfixes=6.0.1' 'libxkbcommon.so=0' - 'libxrandr=1.5.3' - 'mesa=1:23.1.8' + 'libxrandr=1.5.4' + 'mesa=1:23.2.1' 'nspr=4.35' - 'nss=3.93' + 'nss=3.94' ) depends=( 'alsa-lib' |