diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-05 07:42:59 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-05 07:42:59 +0200 |
commit | cd7630b83cc3a53f51b34304e8a5bff22ff628c5 (patch) | |
tree | e2f55a73f4d1a76af364c501f2d88867681a0688 | |
parent | 925dacfd9a42d0adb4f976a131283e2897485105 (diff) | |
download | archlinuxewe-cd7630b83cc3a53f51b34304e8a5bff22ff628c5.tar.xz |
google-chrome: rebuild
-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 25ec9ce94..de2d0f5a7 100644 --- a/google-chrome/PKGBUILD +++ b/google-chrome/PKGBUILD @@ -8,7 +8,7 @@ pkgname=google-chrome pkgver=126.0.6478.182 -pkgrel=4 +pkgrel=5 pkgdesc="The popular and trusted web browser by Google (Stable Channel)" arch=('x86_64') url="https://www.google.com/chrome" @@ -39,7 +39,7 @@ _pinned_dependencies=( 'libxrandr=1.5.4' 'mesa=1:24.1.5' 'nspr=4.35' - 'nss=3.102.1' + 'nss=3.103' ) depends=( 'alsa-lib' |