SpikeHD / Dorion

Tiny alternative Discord client with a smaller footprint, snappier startup, themes, plugins and more!
https://spikehd.github.io/projects/dorion/
GNU General Public License v3.0
574 stars 18 forks source link

Failed makepkg[Bug] #236

Closed novadecay closed 4 months ago

novadecay commented 4 months ago

Describe the bug extra comma in PKGBUILD depends array causes build failure

To Reproduce

  1. git clone the current main branch or download the latest zip release (4.3.0)
  2. run "makepkg"

Expected behavior successful package build.

System Info (please complete the following information):

novadecay commented 4 months ago

The sha256sum is also incorrect, but the PKGBUILD in the aur seems to have the correct checksum.

SpikeHD commented 4 months ago

The PKGBUILD in the repo just exists for reference atm. I don't maintain Dorion on the AUR, someone else does, so I just lazily Ctrl+F replace the old version number with the new one when I make a version bump commit, and the hash has never changed.

The intention, iirc, is that one day I or the maintainer would make it git-based/build-from-source based instead of based on a release download, but that hasn't happened yet and I can't say I really intend to anytime soon. The depends typo is fixed now though 👍