diff options
Diffstat (limited to 'google-chrome/PKGBUILD')
-rw-r--r-- | google-chrome/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/google-chrome/PKGBUILD b/google-chrome/PKGBUILD index 6006115bb..f4553a6cf 100644 --- a/google-chrome/PKGBUILD +++ b/google-chrome/PKGBUILD @@ -8,13 +8,13 @@ pkgname=google-chrome pkgver=114.0.5735.90 -pkgrel=65 +pkgrel=66 pkgdesc="The popular and trusted web browser by Google (Stable Channel)" arch=('x86_64') url="https://www.google.com/chrome" license=('custom:chrome') _pinned_dependencies=( - 'gcc-libs=13.2.1' + 'gcc-libs=14.1.1+r1+g43b730b9134' 'glibc>=2.36' 'libasound.so=2' 'libatk-1.0.so=0' @@ -39,7 +39,7 @@ _pinned_dependencies=( 'libxrandr=1.5.4' 'mesa=1:24.0.6' 'nspr=4.35' - 'nss=3.99' + 'nss=3.100' ) depends=( 'alsa-lib' |