there's a new versioning scheme
you may want to bump the epoch: https://wiki.archlinux.org/title/PKGBUILD#epoch
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/klystrack-git.git (read-only, click to copy) |
|---|---|
| Package Base: | klystrack-git |
| Description: | Tracker for making chiptune-like music on a modern computer (aka klystrack-plus) |
| Upstream URL: | http://kometbomb.github.io/klystrack/ |
| Keywords: | music tracker |
| Licenses: | MIT |
| Conflicts: | klystrack |
| Provides: | klystrack |
| Submitter: | pio |
| Maintainer: | pio |
| Last Packager: | pio |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-07-16 00:20 (UTC) |
| Last Updated: | 2023-05-23 15:13 (UTC) |
there's a new versioning scheme
you may want to bump the epoch: https://wiki.archlinux.org/title/PKGBUILD#epoch
Thanks for suggestions! I've changed the source to LTVA1's fork (aka klystrack-plus), as it's indeed actively developed. There is a new versioning scheme , so I guess people would have to update manually. Also I've commented out a line that sets a custom compile flag. It seems to work, but uncomment it and report if you have trouble compiling!
I suggest that you switch your source to https://github.com/LTVA1/klystrack, since the original repository seems not to be maintained but this one is.
Information on this AUR page is not in sync with PKGBUILD. Maybe you forgot to increment $pkgrel? Please re-upload with incremented $pkgrel.
Thanks for maintaining!
Fixed, thanks.
This can no longer be built due to recent changes around git security with file:// submodules. More info here https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules
curious about what has been added to the update today (23-03-2022)... The original code on github has not been updated since 10-05-2020.
edit: ah found it, you changed the url to also check on https, good :) No need to recompile then.
Package updated. The problems were due to parallel building (which is now disabled). Gendesk and some other fixes are not needed anymore. Also fixed loading of default song. Thanks for provided info!
That does get past the error that I was getting, thanks!
There's something else not right though:
Building theme Gameboy...
mkdir: cannot create directory ‘themetemp’: File exists
make[1]: *** [Makefile:163: res/Gameboy] Error 1
make[1]: *** Waiting for unfinished jobs....
Cannot create bundle file
make[1]: [Makefile:172: res/Blacklyst] Error 1 (ignored)
Cannot create bundle file
make[1]: [Makefile:173: res/Blacklyst] Error 1 (ignored)
It works at my computer, so I can't correct it right now. It's an error message from Gendesk. Try editing the PKGBUILD file and adding: " --pkgname klystrack-git" to the end of the line which begins with "gendesk", and see if it builds.