惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
博客园 - 聂微东
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
博客园 - 司徒正美
爱范儿
爱范儿
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
博客园 - 【当耐特】
Jina AI
Jina AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
人人都是产品经理
人人都是产品经理
V
V2EX

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - chromium-snapshot-bin
2026-06-03 · via AUR Newest Packages

Pinned Comments

Det commented on 2017-03-30 10:20 (UTC) (edited on 2017-12-13 23:06 (UTC) by Det)

Do not flag this package out-of-date.

It updates automatically on each install.

mrxx commented on 2026-03-30 00:52 (UTC)

Thank you, yibe. I've removed the xdg-reference.

yibe commented on 2026-03-29 18:10 (UTC)

It looks like the latest snapshot (r1606816) no longer includes the xdg-* scripts:

==> Starting package()...
  -> Creating directory structure...
  -> Making it nice...
chmod: cannot access 'xdg-*': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

zrhoffman commented on 2024-09-30 22:55 (UTC)

Now that AUR package chromium-snapshot-bin provides/conflicts with chromium-snapshot, should the binary name, icons, and launcher be renamed from chromium-snapshot-bin to chromium-snapshot?

If so, chromedriver-snapshot-bin should probably renamed, too.

Thanks for all of your work maintaining the chromium-snapshot-bin AUR package!

mrxx commented on 2024-09-23 20:15 (UTC)

Thanks everybody, included chromedriver and updated the 'provides' flag.

thx1138 commented on 2024-09-08 00:33 (UTC) (edited on 2024-09-08 01:39 (UTC) by thx1138)

Here is a patch for the current PKGBUILD to include chromedriver as chromedriver-snapshot-bin: ...

:: chromium-snapshot-bin-130.0.6705.0.r1352472-1 and ungoogled-chromium-bin-128.0.6613.119-1 are in conflict (chromium). Remove ungoogled-chromium-bin? [y/N]

So:

-provides=('chromium')
+provides=('chromium-snapshot')

Nevertheless, thanks for that!

zrhoffman commented on 2024-08-31 23:52 (UTC)

Please consider including chromedriver in the chromium-snapshot-bin AUR package, because the chromium package also includes chromedriver.

Here is a patch for the current PKGBUILD to include chromedriver as chromedriver-snapshot-bin:

diff --git a/PKGBUILD b/PKGBUILD
index f535244..a6096db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,7 @@
 # Contributors: Det, Ner0, alexwizard, thotypous, jdhore, xduugu, randypenguin, bdheeman, AlK

 pkgname=chromium-snapshot-bin
+_pkgname=${pkgname/chromium/chromedriver}
 pkgver=130.0.6681.0.r1346976
 pkgrel=1
 pkgdesc="The open-source project behind Google Chrome (Latest Snapshot)"
@@ -18,11 +19,13 @@ provides=('chromium')
 install=$pkgname.install
 _build=$(curl -s "https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/LAST_CHANGE")
 source=("chrome-linux-r$_build.zip::https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/$_build/chrome-linux.zip"
+"chromedriver_linux64-r$_build.zip::https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/$_build/chromedriver_linux64.zip"
         "$pkgname.sh"
         "$pkgname.desktop"
         "$pkgname"_{16,22,24,32,48,64,128,256}.png
         'LICENSE')
 sha1sums=('SKIP'
+          'SKIP'
           '12c3b365d3765ab8d049b517c3f598563ef0c45b'
           'e64637c07b921f197fc1d7fd031c8a73ea3a55f8'
           '1cbdde48d193a648723f948370eff9b7b2fbf3f9'
@@ -48,17 +51,20 @@ package() {
   install -d "$pkgdir"/usr/share/man/man1/

   msg2 "Making it nice..."
+  sed 's/chrome/chromedriver/g' $pkgname.sh > ${_pkgname}.sh
   # Permissions
   find -type d -exec chmod 755 {} ';'
   find -type f -exec chmod +r {} ';'
   cd chrome-linux
   chmod 755 chrome chrome-wrapper xdg-*
   chmod 4755 chrome_sandbox
+  mv ../chromedriver_linux64/chromedriver .
   cd ..

   msg2 "Moving contents..."
   # Main script
   install -m755 $pkgname.sh "$pkgdir"/usr/bin/$pkgname
+  install -m755 ${_pkgname}.sh "$pkgdir"/usr/bin/${_pkgname}

   # Rename chrome-sandbox
   mv chrome-linux/chrome{_,-}sandbox

Thank you for maintaining the chromium-snapshot-bin AUR package. :)

InvisibleRasta commented on 2024-03-21 19:10 (UTC)

Cant install: ==> ERROR: Cannot find the debugedit binary required for including source files in debug packages.

korimitsu commented on 2023-11-25 17:52 (UTC)

Doesn't build anymore:

Building chromium-snapshot-bin...
==> Making package: chromium-snapshot-bin 121.0.6149.0.r1228979-1 (Sat 25 Nov 2023 04:50:27 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found chrome-linux-r1228979.zip
  -> Found chromium-snapshot-bin.sh
  -> Found chromium-snapshot-bin.desktop
  -> Found chromium-snapshot-bin_16.png
  -> Found chromium-snapshot-bin_22.png
  -> Found chromium-snapshot-bin_24.png
  -> Found chromium-snapshot-bin_32.png
  -> Found chromium-snapshot-bin_48.png
  -> Found chromium-snapshot-bin_64.png
  -> Found chromium-snapshot-bin_128.png
  -> Found chromium-snapshot-bin_256.png
  -> Found LICENSE
==> Validating source files with sha1sums...
    chrome-linux-r1228979.zip ... Skipped
    chromium-snapshot-bin.sh ... Passed
    chromium-snapshot-bin.desktop ... Passed
    chromium-snapshot-bin_16.png ... Passed
    chromium-snapshot-bin_22.png ... Passed
    chromium-snapshot-bin_24.png ... Passed
    chromium-snapshot-bin_32.png ... Passed
    chromium-snapshot-bin_48.png ... Passed
    chromium-snapshot-bin_64.png ... Passed
    chromium-snapshot-bin_128.png ... Passed
    chromium-snapshot-bin_256.png ... Passed
    LICENSE ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting chrome-linux-r1228979.zip with bsdtar
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
  -> Creating directory structure...
  -> Making it nice...
chmod: cannot access 'nacl_*': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

zrhoffman commented on 2023-01-23 04:37 (UTC) (edited on 2023-01-23 04:38 (UTC) by zrhoffman)

chromium-snapshot-bin should include the contents of chromedriver_linux64.zip, IMO, because

  • The chromium extra package includes chromedriver

  • the chromedriver AUR package rightly conflicts with chromium

  • chromium-snapshot-bin provides chromium

chromedriver_linux64.zip only includes the chromedriver binary and a license

DAC324 commented on 2021-10-02 12:32 (UTC)

Looks like this chromium version also does not like --force-device-scale-factor. If set to values greater than 1, maximizing chromium leads to an overscan so that the window borders are outside the visible screen area.

If resized to fit the screen, the window controls at the right (such as minimize, restore, maximize, close) are not working. If you click on these, it is recognized as a click on the desktop background.

Workaround: Do not use --force-device-scale-factor.