IGI-111 / Smith

A simple text editor written in Rust
MIT License
169 stars 6 forks source link

AUR package is broken #32

Closed deathtrip closed 3 years ago

deathtrip commented 4 years ago

The AUR package wasn't updated in a long time, and now it's missing an upstream URL and even the source. So it's basically useless, as it won't even build. You should consider switching the package to git, as the repo has no tagged releases.

IGI-111 commented 4 years ago

I just checked it out, besides the version number being out of date the AUR package works just fine. I tried manual install and through yay, it's all working fine on my system.

It is just deferring the build to cargo install though. So you'll always get the latest build from crates.io if you run the PKGBUILD. I guess I could consider pulling from git instead, but I'm not sure that's better or worse.

I will update the version number though, probably should have done so a while ago.