summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2023-11-26 00:44:40 +0100
committermrxx2023-11-26 00:44:40 +0100
commit832b72605c091edb890f5a637f51fbe2c6815a88 (patch)
tree30101e15af8f2a8f3adde0c810f46c87e9df453e
parent825b0cb2bd3d0766eeb5ec562bb09ac246573697 (diff)
downloadaur-832b72605c091edb890f5a637f51fbe2c6815a88.tar.gz
Update list of executable files
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62c9b47d5c75..036651f524ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromium-snapshot-bin
pkgdesc = The open-source project behind Google Chrome (Latest Snapshot)
- pkgver = 121.0.6108.0.r1219958
+ pkgver = 121.0.6149.0.r1229008
pkgrel = 1
url = https://build.chromium.org
install = chromium-snapshot-bin.install
@@ -18,7 +18,7 @@ pkgbase = chromium-snapshot-bin
optdepends = flashplugin: support for Flash content
optdepends = ttf-liberation: fix fonts for some PDFs [RBug #369991]
provides = chromium
- source = chrome-linux-r1220035.zip::https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/1220035/chrome-linux.zip
+ source = chrome-linux-r1229008.zip::https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/1229008/chrome-linux.zip
source = chromium-snapshot-bin.sh
source = chromium-snapshot-bin.desktop
source = chromium-snapshot-bin_16.png
diff --git a/PKGBUILD b/PKGBUILD
index 3492e32bf96d..94d142f60aea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributors: Det, Ner0, alexwizard, thotypous, jdhore, xduugu, randypenguin, bdheeman, AlK
pkgname=chromium-snapshot-bin
-pkgver=121.0.6108.0.r1219958
+pkgver=121.0.6149.0.r1229008
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Latest Snapshot)"
arch=('x86_64')
@@ -52,7 +52,7 @@ package() {
find -type d -exec chmod 755 {} ';'
find -type f -exec chmod +r {} ';'
cd chrome-linux
- chmod 755 chrome chrome-wrapper nacl_* xdg-*
+ chmod 755 chrome chrome-wrapper xdg-*
chmod 4755 chrome_sandbox
cd ..