diff options
-rw-r--r-- | google-chrome/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/google-chrome/PKGBUILD b/google-chrome/PKGBUILD index 0955da76b..e7582dda8 100644 --- a/google-chrome/PKGBUILD +++ b/google-chrome/PKGBUILD @@ -8,7 +8,7 @@ pkgname=google-chrome pkgver=108.0.5359.124 -pkgrel=17 +pkgrel=18 pkgdesc="The popular and trusted web browser by Google (Stable Channel)" arch=('x86_64') url="https://www.google.com/chrome" @@ -37,7 +37,7 @@ _pinned_dependencies=( 'libxfixes=6.0.0' 'libxkbcommon.so=0' 'libxrandr=1.5.3' - 'mesa=23.0.0' + 'mesa=22.3.6' 'nspr=4.35' 'nss=3.89' ) |