




















@laczek.hubert Ahh, thank you. I have three other packages having trouble alongside this so was curious if it was related. Doesn't seem so atm.
@ryonia the package was outdated(114 instead of 114.1) so i updated it myself and trying to push it for other people to not have a reason to mess with pkgbuild etc. it's a issue because it couldn't build the pkg when doing yay -Syu and i just fixed it so yeah
@laczek.hubert fix for what issue?
i made a fix to this package just need the maintainer to push it(i think) the commits i made are just to change version to 114.1
I tried updating and got a 404. Version needs to be changed from 1.102.2 to 1.102.3.
Thanks for maintaining this for us! As a tip a few releases ago I made a launcher for the extracted version which may be interesting.
You can use --unpack with the path to your build directory and this will create an unpacked copy but with the same usage as the regular binary. Shipping this may be desirable as it skips the dependency extraction on launch. Up to you if you deem this a good fit for Arch and if so which folder you'd like to place it in.
Another useful thing to be aware off is that we have two optional dependencies:
yad (or zenity), this replaces the built in file dialogues with GTK based ones.
aria2, this can act as a download accelerator for KCPP's downloads. If its not installed we fall back to curl or wget.
@ncoder-2 I use a script to update the package, so I didn't notice that at first. I have manually corrected the PKGBUILD and updated the script to reflect the new binary name. Thank you for bringing this to my attention!
The upstream release no longer has -cuda1210 in the CUDA builds so the PKGBUILD will have to be corrected.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@ryonia you could replicate it on your end by changing the variable for version and copying the sha256 cheskum from GitHub and putting it in it's place at pkgbuild and running makepkg --printsrcinfo > .SRCINFO then mkpg -si and it should work fine I think the maintainer needs to do it himself i think and I just can't push it Ig. I won't mind co-maintainer so I could fix that stuff tho