Package Details: mylar3 0.8.0-2

Git Clone URL: https://aur.archlinux.org/mylar3.git (read-only, click to copy)
Package Base: mylar3
Description: Comic book download automation for usenet and torrent users
Upstream URL: https://github.com/mylar3/mylar3
Licenses: GPL-3.0-or-later
Submitter: fryfrog
Maintainer: txtsd (fryfrog)
Last Packager: txtsd
Votes: 7
Popularity: 0.24
First Submitted: 2020-05-06 18:19 (UTC)
Last Updated: 2024-11-16 07:22 (UTC)

Latest Comments

1 2 Next › Last »

caseyweederman commented on 2025-02-17 18:23 (UTC)

Hash mismatch again. I had to edit PKGBUILD to reflect the upstream tar.gz. Change the first element in the sha256sums array to d9ea496384365e73872656127a47afdf1c07e5a6a1be95c6892b9b0acf1eca66. Delicious circumvention of security measures.

While I was in there, I changed pkgver to 0.8.1.1 (latest upstream) and changed the first sha256sums entry to: b2c61c4505c101cf09eb3b869535c2f05981a7982d63d1c720bb6879daf30309 and then I ran into PEP594.

I got around that with: sudo pacman -S python-pysocks sudo pip install standard-imghdr requests==2.28.2 -t /usr/lib/mylar3/

Now I've got Mylar 0.8.1.1 running, but it's warning that pystun and user_agent2 aren't installed (they are, and pip install -t as above didn't work). Further bulletins as events warrant.

txtsd commented on 2024-11-16 06:56 (UTC)

I'm maintaining mylar3 now. I've gotten it to build. I will look for packaging bugs now, and systemd service enhancements after that.

FabioAreia commented on 2024-07-21 10:11 (UTC)

Someone please update this

fryfrog commented on 2024-03-16 04:09 (UTC)

I don't use this package anymore, hopefully someone who loves mylar3 can take over ownership. I assume there will be some work needed for 0.8.0. Good luck!

MarsSeed commented on 2022-05-01 19:27 (UTC)

Thanks for this update. :)

fryfrog commented on 2022-05-01 19:26 (UTC)

@MarsSeed: Thanks, removed it and pushed. I didn't bump the pkgrel though, didn't seem worth it. Next update will pick it up.

MarsSeed commented on 2022-05-01 19:12 (UTC)

Pyinstaller is no longer a dependency since v0.4.9.6 (07 Mar 2021).

nhrjr commented on 2021-03-31 15:30 (UTC) (edited on 2021-04-01 16:40 (UTC) by nhrjr)

I made a mistake while copying, if you look closely the first digit (5) is missing from the second line of my previous post. :( So at least your and my "new" hash still match.

Maybe they are overwriting their release inadvertently, even though thinking otherwise? I have seen some browsers decompressing tar.gz files automatically, without renaming them, but why this kind of problem should happen just with mylar is unclear to me, too.

fryfrog commented on 2021-03-31 13:59 (UTC) (edited on 2021-03-31 14:05 (UTC) by fryfrog)

There's no script, I just have a bash one liner that runs mksrcinfo which is a function in my .bashrc that does...

mksrcinfo () {
  makepkg --printsrcinfo > .SRCINFO
}

I think the sum is changing. Its different now too...

sha256sum mylar3-0.5.0.tar.gz
5274515fb90cf49db1e48c28e6fe808434dd6818bdf5b57ba217faa0379dc28a  mylar3-0.5.0.tar.gz

Edit: I made issue #690 to ask about it.

nhrjr commented on 2021-03-31 11:20 (UTC) (edited on 2021-03-31 11:21 (UTC) by nhrjr)

Hey @fryfrog I'm back at the same problem again. I don't know what happens to the sums? I'm getting:

sha256sum mylar3-0.5.0.tar.gz

274515fb90cf49db1e48c28e6fe808434dd6818bdf5b57ba217faa0379dc28a mylar3-.5.0.tar.gz

I crosschecked with one your other packages (Jackett), where the sha256sums match. Maybe something in your update script went wrong?