tkmxqrdxddd / logviewer-systemd

Program for easier use of journalctl
GNU General Public License v3.0
2 stars 1 forks source link

BUG: PKGBUILD tries to download non-existent tag of package #4

Closed stepanse closed 2 days ago

stepanse commented 2 days ago

Describe the bug The PKGBUILD tries to download tag "v1.0.0", whereas the only tag that exists is "alpha"

To Reproduce Steps to reproduce the behavior:

  1. Try to install from PKGBUILD
  2. See that makepkg can't find the URL stated in the PKGBUILD to download the source - GitHub returns 404 Not Found

Expected behavior There is a valid URL to download from in the PKGBUILD so installation doesn't fail

tkmxqrdxddd commented 2 days ago

First try it, then make issue you dumb shit

Jan64X commented 2 days ago

Can confirm issue in fresh Arch Linux VM. Could you please take a look at the issue head?

stepanse commented 2 days ago

Also can confirm - currently it tries to download the tag "valpha" instead of "alpha" - see gist for log https://gist.github.com/stepanse/a3423e3c6553e7a281828ee83b610b16

stepanse commented 2 days ago

Also, I find it just a tiny bit rude to close my issue with the comment

First try it, then make issue you dumb shit

and then try (but fail) to fix the exact bug I reported in this issue

(see commit da361b2)