Package Details: atom-ng-bin 1.66.12-7

Git Clone URL: https://aur.archlinux.org/atom-ng-bin.git (read-only, click to copy)
Package Base: atom-ng-bin
Description: The hyper-hackable text editor. Community maintained fork with compiler optimizations.
Upstream URL: https://thorium.rocks/atom-ng/
Keywords: atom atom-ng editor hyper-hackable
Licenses: MIT
Conflicts: atom, atom-ng
Provides: atom, atom-ng
Submitter: zxp19821005
Maintainer: blackwell
Last Packager: blackwell
Votes: 0
Popularity: 0.000000
First Submitted: 2023-05-17 08:26 (UTC)
Last Updated: 2024-03-14 19:05 (UTC)

Latest Comments

sailorzoop commented on 2024-03-15 17:27 (UTC) (edited on 2024-03-15 17:28 (UTC) by sailorzoop)

Seems to be missing the gendesk package as a dependency. https://archlinux.org/packages/extra/x86_64/gendesk/

jieiku commented on 2024-01-06 19:14 (UTC)

I tried

cd ~/.cache/paru/clone/atom-ng-bin
updpkgsums && makepkg -si

output:

==> Retrieving sources...
  -> Found atom-ng-1.66.10.zip
==> Generating checksums for source files...
==> Making package: atom-ng-bin 1.66.10-6 (Sat 06 Jan 2024 10:52:13 AM PST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found atom-ng-1.66.10.zip
==> Validating source files with sha256sums...
    atom-ng-1.66.10.zip ... Passed
==> Extracting sources...
  -> Extracting atom-ng-1.66.10.zip with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
chmod: cannot access '/home/jieiku/.cache/paru/clone/atom-ng-bin/src/Atom-ng_1.66.10_amd64/chrome-sandbox': No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...

It appears the sha256sum changes for me everytime I delete and redownload the file.

rm '/home/jieiku/.cache/paru/clone/atom-ng-bin/atom-ng-1.66.10.zip'
paru atom-ng
sha256sum '/home/jieiku/.cache/paru/clone/atom-ng-bin/atom-ng-1.66.10.zip' |cut -b-64
3ad54079aa6dcad3b7c233d87c384b99978798ea3a76df170b76c45b1859fc04

rm '/home/jieiku/.cache/paru/clone/atom-ng-bin/atom-ng-1.66.10.zip'
paru atom-ng
sha256sum '/home/jieiku/.cache/paru/clone/atom-ng-bin/atom-ng-1.66.10.zip' |cut -b-64
3f446971c67589eb6e24db944849ac8fee21cd62711368ca1c6cea46edb01518

rm '/home/jieiku/.cache/paru/clone/atom-ng-bin/atom-ng-1.66.10.zip'
paru atom-ng
sha256sum '/home/jieiku/.cache/paru/clone/atom-ng-bin/atom-ng-1.66.10.zip' |cut -b-64
f529a132c277bfeb810cd3bba7f49b5e04ae22ba46a2c3a5b01775231d25e789

rm '/home/jieiku/.cache/paru/clone/atom-ng-bin/atom-ng-1.66.10.zip'
paru atom-ng
sha256sum '/home/jieiku/.cache/paru/clone/atom-ng-bin/atom-ng-1.66.10.zip' |cut -b-64
ad361fe6ba4341ef6aa82274690a19084fe769ea8d1193a1efc9560abe04912a

I have no idea what would caush this or how to fix it, any suggestions? Thank You for the help!

zxp19821005 commented on 2023-11-10 05:37 (UTC)

@2lbj Thanks for your feedback,fixed it.

2lbj commented on 2023-11-10 02:26 (UTC) (edited on 2023-11-10 02:28 (UTC) by 2lbj)

package() {
    install -Dm755 -d "${pkgdir}/"{opt/"${pkgname%-bin}",usr/bin}
    cp -r "${srcdir}/${_pkgname}_${pkgver}_amd64/"* "${pkgdir}/opt/${pkgname%-bin}"
    ln -sf "/opt/${pkgname%-bin}/${pkgname%-bin}" "${pkgdir}/usr/bin/${pkgname%-bin}"
    install -Dm644 "${srcdir}/${_pkgname}_${pkgver}_amd64/resources/LICENSE.md" -t "${pkgdir}/usr/share/licenses/${pkgname}"
    install -Dm644 "${pkgdir}/${_pkgname}_${pkgver}_amd64/${pkgname%-bin}.png" -t "${pkgdir}/usr/share/pixmaps"
    install -Dm644 "${srcdir}/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications"
}

Please fix:
install -Dm644 "${pkgdir}/${pkgname}${pkgver}amd64/${pkgname%-bin}.png" -t "${pkgdir}/usr/share/pixmaps"
should be change to
install -Dm644 "${srcdir}/${_pkgname}
${pkgver}_amd64/${pkgname%-bin}.png" -t "${pkgdir}/usr/share/pixmaps"

zxp19821005 commented on 2023-09-15 07:51 (UTC)

@jieiku I've downloaded the file for sometimes, but I always got the same checksums: 9132a5f37c2840f6b94a9bc434dbedb78075005ff0881893ef40556ad404a311.I'm in China, I can't visit github directlly. Maybe you can do this (if you use paru):

cd ~/.cache/paru/clone/atom-ng-bin
updpkgsums && makepkg -si

jieiku commented on 2023-09-15 04:24 (UTC) (edited on 2023-09-15 04:25 (UTC) by jieiku)

==> Validating source files with sha256sums... atom-ng-1.66.10.zip ... FAILED ==> ERROR: One or more files did not pass the validity check!

zxp19821005 commented on 2023-09-10 02:30 (UTC)

@pronominal Thank you,fixed it.

pronominal commented on 2023-09-09 01:33 (UTC)

file's sha256sum is wrong.

zxp19821005 commented on 2023-05-18 01:00 (UTC)

@FabioLolix Thank you,I've fixed that.

FabioLolix commented on 2023-05-17 20:18 (UTC)

This is missing provides=(atom atom-ng)