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

推荐订阅源

爱范儿
爱范儿
腾讯CDC
博客园 - 司徒正美
A
About on SuperTechFans
H
Help Net Security
J
Java Code Geeks
C
Check Point Blog
B
Blog RSS Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MongoDB | Blog
MongoDB | Blog
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
MyScale Blog
MyScale Blog
V
Visual Studio Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
博客园 - 【当耐特】
雷峰网
雷峰网

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-bypass-paywalls-clean
2026-06-04 · via AUR Newest Packages

Latest Comments

justbispo commented on 2025-10-18 22:49 (UTC) (edited on 2025-10-21 16:40 (UTC) by justbispo)

Since the last update, installation fails with the error:

==> Starting pkgver()...
/home/user/.cache/paru/clone/chromium-bypass-paywalls-clean/PKGBUILD: line 22: bypass-paywalls-chrome-clean-master/manifest.json: No such file or directory

I've noticed that in the previous version, the files in the zip file were inside the bypass-paywalls-chrome-clean-master directory, while in the new version they aren't inside a directory. That's probably the reason.

Edit: patch to fix it:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 _pkgname=bypass-paywalls-chrome-clean
 _archive="${_pkgname}-master"
 pkgname=chromium-bypass-paywalls-clean
-pkgver=4.2.3.4
+pkgver=4.2.3.5
 pkgrel=1
 pkgdesc="Chromium extension to bypass paywalls"
 url="https://gitflic.ru/project/magnolia1234/bpc_uploads"
@@ -19,12 +19,12 @@ source=("${_pkgname}-${pkgver}.zip::${_source}")
 sha256sums=('SKIP')

 pkgver() {
-    jq -r .version < "${_archive}/manifest.json"
+    jq -r .version < "${srcdir}/${_archive}/manifest.json"
 }

 package() {
     mkdir -p "${pkgdir}/usr/share/chromium/${_pkgname}"
     shopt -u dotglob
     cp -dr --no-preserve=ownership "${srcdir}/${_archive}"/* "${pkgdir}/usr/share/chromium/${_pkgname}/"
-    install -D "${_archive}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+    install -D "${srcdir}/${_archive}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }

pswinslow commented on 2025-10-18 22:48 (UTC) (edited on 2025-10-18 23:00 (UTC) by pswinslow)

Something broke in chromium-bypass-paywalls-clean 4.2.3.4-1:

/home/pswinslow/.cache/yay/chromium-bypass-paywalls-clean/PKGBUILD: line 22: bypass-paywalls-chrome-clean-master/manifest.json: No such file or directory

dtcooper commented on 2024-06-25 16:23 (UTC)

@envolution Issue is upstream only releases on zip file, and overwrites it on release. What I'll do is remove the checksum, so installation always works (and may bump version).

envolution commented on 2024-06-25 04:35 (UTC) (edited on 2024-06-25 04:35 (UTC) by envolution)

==> ERROR: One or more files did not pass the validity check!

From PKGBUILD

sha256sums=('06786b8331698b55d44b6d69ae9c9529e9709a50e2c9bab3d10c1fc86629a7cf')

From Github release

e28847175a2806764f19334fff7f251bc68490af2566397c5b0a49684bd1da94 bypass-paywalls-chrome-clean-master.zip