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

推荐订阅源

U
Unit 42
Google DeepMind News
Google DeepMind News
Stack Overflow Blog
Stack Overflow Blog
H
Help Net Security
MongoDB | Blog
MongoDB | Blog
I
InfoQ
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
量子位
博客园 - 叶小钗
月光博客
月光博客
IT之家
IT之家
G
Google Developers Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
小众软件
小众软件
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
aimingoo的专栏
aimingoo的专栏
云风的 BLOG
云风的 BLOG
Vercel News
Vercel News
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享

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) - gallery-dl
2026-06-13 · via AUR Newest Packages

Pinned Comments

lll2yu commented on 2018-04-21 02:57 (UTC)

Before running makepkg add Mike Fährmann's key

gpg --recv-keys 5680CA389D365A88

latte_macchiato commented on 2026-04-08 10:50 (UTC)

@Kovariszt They changed git hosts to Codeberg; make sure your PKGBUILD is up to date. The removed extractor issue there points to you still having the GitHub copy.

Kovariszt commented on 2026-04-01 04:07 (UTC)

I'm having trouble updating. Firstly it fails validating some files. If I tell makepkg to ignore that I get the following error:

/usr/bin/env python3 scripts/supportedsites.py
Traceback (most recent call last):
  File "/home/kovariszt/.cache/yay/gallery-dl/src/gallery-dl/scripts/supportedsites.py", line 821, in <module>
    main(sys.argv[1] if len(sys.argv) > 1 else None)
    ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/kovariszt/.cache/yay/gallery-dl/src/gallery-dl/scripts/supportedsites.py", line 812, in main
    categories, domains = build_extractor_list()
                          ~~~~~~~~~~~~~~~~~~~~^^
  File "/home/kovariszt/.cache/yay/gallery-dl/src/gallery-dl/scripts/supportedsites.py", line 682, in build_extractor_list
    for extr in extractor._list_classes():
                ~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/home/kovariszt/.cache/yay/gallery-dl/src/gallery-dl/gallery_dl/extractor/__init__.py", line 316, in _list_classes
    for module in _module_iter:
                  ^^^^^^^^^^^^
  File "/home/kovariszt/.cache/yay/gallery-dl/src/gallery-dl/gallery_dl/extractor/__init__.py", line 325, in _modules_internal
    yield __import__(module_name, globals_, None, None, 1)
          ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'gallery_dl.extractor.exhentai'
make: *** [Makefile:38: docs/supportedsites.md] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: gallery-dl-exit status 4

mikf commented on 2026-02-24 16:16 (UTC)

@katt I've made some stupid mistakes when initially releasing v1.31.7 and had to move the tag to a different commit afterwards, which has probably invalidated the PKGBUILD sha512 hash.

katt commented on 2026-02-24 16:15 (UTC)

@m040601 seems like upstream re-released their tag, I've updated the checksums.

m040601 commented on 2026-02-24 16:06 (UTC)

44 min. upgpkg: gallery-dl 1.31.7-1

==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    gallery-dl ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /dev/shm/aurydesty/gallery-dl
     context: exit status 1

vct commented on 2026-02-19 15:19 (UTC)

if still getting ModuleNotFound error after building cleanly, remove gallery-dl venvs folder and build again: @ rm -rf ~/.local/share/pipx/venvs/gallery-dl/

steamvoker commented on 2026-01-11 18:46 (UTC)

For anyone getting ModuleNotFound error after python 3.14 update, try cleanbuilding the package.

ypoluektovich commented on 2026-01-11 14:54 (UTC)

Right. Apparently I had to upgrade the rest of the system first, including python itself. Sorry for the incorrect report.

katt commented on 2026-01-11 14:39 (UTC)

@ypoluektovich Cannot reproduce, python-build is in makedeps and I just built the package without any issue with pkgctl build.

ypoluektovich commented on 2026-01-11 14:30 (UTC)

The new package version fails to build:

==> Making package: gallery-dl 1.31.2-1 (Sun 11 Jan 2026 05:28:47 PM MSK)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
/usr/bin/env python3 scripts/man.py
/usr/bin/env python3 scripts/completion_bash.py
/usr/bin/env python3 scripts/completion_zsh.py
/usr/bin/env python3 scripts/completion_fish.py
/usr/bin/env python3 scripts/supportedsites.py
/usr/bin/env python3 scripts/options.py
/usr/bin/python: No module named build
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: gallery-dl-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
gallery-dl - exit status 4