aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-30Update dis4irc package to 1.6.2Techcable
2024-03-30Update dis4irc README to point to new repositoryTechcable
Also updates similar reference in PKGBUILD
2023-06-25Correct .SRCINFO to include java-version>=11Techcable
Whoopsies. Bump pkgrel from 1 to 2
2023-06-25Do not suppress stderr from generating configTechcable
Will result in a nasty looking error message, but it's easy enough to ask the user to ignore. Hopefully this will make it easier to spot unexpected problems in the future (like the Java 11 problem I just had).
2023-06-25Update to Dis4IRC v1.6.0Techcable
Require Java 11 (this is what the compiled jar uses, and Java 8 is deprecated)
2022-07-31Actually correct license checksumTechcable
I thought 51ed3f44f29c15fc21af4fa00f109ba4a017856b did this, but I was wrong
2022-07-31Fix relative license url in .SRCINFOTechcable
Last commit corrected the license url in PKGBUILD, but did not update to .SRCINFO
2022-07-31Download specific LICENSE corresponding to releaseTechcable
Will prevent unexpected checksum mismatches like happened from switch from 2021=>2022
2022-07-31Tell systemd we need network to *fully* startupTechcable
Should fix issue #2 License checksum is updated too (because it's 2022)
2022-07-27Update to dis4irc 1.5.0Techcable
Changelog: https://github.com/zachbr/Dis4IRC/blob/master/CHANGELOG.md#150---630d6ae
2022-01-02Apparently noextract goes in .SRCINFOTechcable
Still doesnt warrant a pkgrel bump
2022-01-02Do not extract the jar fileTechcable
Does not warrant a pkgrel bump
2022-01-02Fix the "missing sysuser.conf file"Techcable
I did not do a *clean* build when I tested this (although I've spent over an hour on it). Bumping the pkgrel because I'm done fighting with the AUR.
2022-01-02Initial commitTechcable
Tested fairly thoroughly on my (Arch) laptop. I'm not sure I like systemd anymore. At least it's better then a bunch of old shell scripts. I think that's what they used in the dark ages (shudder)