seems they changed the shasum, but should be correct now, also you can see the install script here
Search Criteria
Package Details: zelcore 7.13.3-0
Package Actions
Git Clone URL: | https://aur.archlinux.org/zelcore.git (read-only, click to copy) |
---|---|
Package Base: | zelcore |
Description: | Zelcore Platform |
Upstream URL: | https://zelcore.io/ |
Keywords: | zelcore |
Licenses: | custom |
Submitter: | jfamousket |
Maintainer: | jfamousket |
Last Packager: | jfamousket |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-11-21 00:08 (UTC) |
Last Updated: | 2024-03-26 18:10 (UTC) |
Dependencies (10)
- at-spi2-core (at-spi2-core-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- libsecret
- libxss
- libxtst
- nss (nss-hgAUR)
- util-linux-libs (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- libappindicator-gtk3 (optional)
Required by (0)
Sources (1)
jfamousket commented on 2022-03-25 09:17 (UTC)
artfox3 commented on 2022-03-25 08:35 (UTC) (edited on 2022-03-25 08:47 (UTC) by artfox3)
what does the .install script do? And update the shasum validation pls it did change.
marcelicious commented on 2022-01-08 02:18 (UTC) (edited on 2022-01-09 02:47 (UTC) by marcelicious)
Thank you for your reply. It was actually not an update, but a fresh install and the 2nd time I tried it with the clean build and it failed as well. But version 5.10.0 installed fine now. Thanks for the quick update! Appreciate it.
jfamousket commented on 2022-01-07 10:08 (UTC) (edited on 2022-01-07 10:09 (UTC) by jfamousket)
Hi! Regarding the shasum validation issue make sure you clean build when updating so it downloads the latest .deb
file rather than using a cached version.
marcelicious commented on 2022-01-07 06:31 (UTC)
Hi! Thanks for creating the package. Much appreciated.
Unfortunately, it looks like the sha sum validation failed for me:
:: (1/1) Parsing SRCINFO: zelcore
==> Making package: zelcore 5.9.0-0 (Thu 06 Jan 2022 10:16:40 PM PST)
==> Retrieving sources...
-> Downloading zelcore.deb...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 65 100 65 0 0 82 0 --:--:-- --:--:-- --:--:-- 82
100 75.8M 100 75.8M 0 0 11.7M 0 0:00:06 0:00:06 --:--:-- 17.4M
==> Validating source_x86_64 files with sha512sums...
zelcore.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!
-> error downloading sources: zelcore
context: exit status 1
Additionally I think the last version is currently 5.10.0. Let me know if you need anymore info from me. Thanks again for working on this!
luckylj82 commented on 2021-12-31 18:21 (UTC)
thank you for this. highly appreciated
jfamousket commented on 2021-12-06 18:54 (UTC)
hey thanks for the info, should be updated now
marmotz commented on 2021-12-06 07:40 (UTC)
Hello, thanks for packaging this wallet !
But package has been updated to 5.7.2 and here is the new sha512sum: 44aca8e32ad697976aef80568c343022725c17601ef182ac8d22a6cc0f68de8423dc6e87feae247088bdf8cfd8404a68f643db3375a4025ca3b1cee9b33319b1
jfamousket commented on 2021-12-01 11:27 (UTC)
should be done now :)
jfamousket commented on 2021-12-01 11:25 (UTC)
Hey thanks for informing me, I will remove that and update the dependencies to only the really required once right now
Pinned Comments
jfamousket commented on 2024-03-26 18:24 (UTC)
Hi guys,
Sorry for my late response
Unfortunately,
zelcore
now doesn't offer a direct link to download thetar.gz
file for their new updates.So you have to download the Debian file yourself from here. Once your download starts, copy the download the link and edit the
PKGBUILD
changing thesource
to the download link you copied as suchYou can edit the
PKGBUILD
file by either copying it to a folder on your PC, and runningmkepkg -sci
in the same folder as thePKGBUIILD
file or using the edit menu functionality ofyay
i.e.yay -S zelcore --editmenu
this should give you the option to edit thePKGBUILD
file before installing the package.Hope this points you in the right direction, don't forget to clean the build too if installing with
yay
so it downloads a new copy of thedeb
file and doesn't use cache.Happy hacking!