-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for Updating the AUR Package with the Latest Binary Release #161
Comments
Great to hear that you find it useful! The AUR package was meant to be up to date with the latest tagged commit on master from what I understood. @spikecodes is there something to change to make this up to date again? |
Hey! I found out my script to update the versions automatically doesn't actually work because the AUR requires an external script to update the PKGBUILD files for each package. I unfortunately don't have the time to maintain the AUR packages that I used to but I unlisted myself from the package maintainer list so that others can now adopt them. If you login to the AUR and visit https://aur.archlinux.org/packages/the-way-git, you'll see the "Adopt Package" option on the right sidebar which will let you set the This is the only change needed to keep it synced to GitHub. Alternatively, you could setup a simple CI script to automate this from GitHub Actions. |
sure, I download the Git Clone URL and modified the pkgver to 0.20.3, and the I makepkg,but I got this error:
= note: some But when I downloaded the source code and compiled it,it built fine! |
Hmm, not sure for that one. Maybe look for a Rust-specific guide to packaging for the AUR? Or perhaps ask ChatGPT/Claude. |
Indeed, it is weird. When I makepkg -si directly I get this error, but when I cd src/the-way and then cargo build --locked --release everything works fine. build() function is written like this, I didn't change it and it looks working fine: I'm not sure what's wrong with this, or if it's a bug in makepkg ? |
Hello, the-way team
I am an user of
the-way
and I greatly appreciate the work you've put into developing and maintaining this tool. It has significantly improved my workflow, and I believe many others in the Arch Linux community feel the same.I noticed that the AUR package for
the-way
([the-way-git](https://aur.archlinux.org/packages/the-way-git/)) is currently pointing to an older version of the software. The last commit to the AUR package was made about 2 years ago, which means Arch Linux users are not benefiting from the latest features and improvements you've implemented since then.Given the recent updates and enhancements you've made to
the-way
, I kindly request if you could update the AUR package, or possibly create a new AUR package for the latest binary release. This would make it much easier for Arch Linux users to install and enjoy the latest version ofthe-way
.Thank you for considering this request, and thank you again for your contributions to the open-source community through your work on
the-way
.The text was updated successfully, but these errors were encountered: