

























It's working now for me. Thanks for the fix.
The config download is now working for me, but installation fails in the package step:
==> Starting package()...
cp: cannot stat '../LDConfig-20231103.ldr': No such file or directory
==> ERROR: A failure occurred in package().
I think this is because pkgver is defined twice in PKGBUILD. The config file is downloaded with a static filename of LDConfig-20231025.ldr but during the package step the current date is used as the pkgver.
It also doesn't work for me. I use pikaur as AUR helper.
Maybe it has something to do with http: vs https:?
Clicking on the link below in the browser works fine.
@JohnTheCF
I checked. It downloads fine for me.
Current version fails to download from link http://www.ldraw.org/library/official/LDConfig.ldr which leads to a 404 error page.
lsb_release -va
LSB Version: 1.4 Distributor ID: EndeavourOS Description: EndeavourOS Linux Release: rolling Codename: rolling
"yay -Suuyy" halts with an error
-> Extracting ldraw-parts-20210309.zip with bsdtar ==> Starting pkgver()... ==> Updated version: ldraw-parts-library 20220107-1 ==> Sources are ready. ==> Making package: ldraw-parts-library 20220107-1 (Fri Jan 7 17:01:53 2022) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Starting pkgver()... ==> Removing existing $pkgdir/ directory... ==> Entering fakeroot environment... ==> Starting package()... cp: cannot stat '../LDConfig-20220107.ldr': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... -> error making: ldraw-parts-library
@traysh can you suggest a change?
Can you please either fix your PKGBUILD or disown the package?
Your pkgver() function overrides the pkgver variable. This results in downloading LDConfig-20210309.ldr but trying to copy LDConfig-20210402.ldr
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
This package no longer works, the source url needs to be updated.