diff options
-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' |