anyrun-org / anyrun

A wayland native, highly customizable runner.
GNU General Public License v3.0
687 stars 53 forks source link

Problems with the AUR package #110

Closed peppidesu closed 1 year ago

peppidesu commented 1 year ago

There are some issues with the AUR package at the moment:

  1. The --frozen flag can cause the build to fail. Consider removing it or making sure cargo.lock and cache are updated before build in the PKGBUILD.

  2. The PKGBUILD currently does not copy the config from /etc to ~/.config.

Kirottu commented 1 year ago
  1. Cargo.lock being out of date is a problem in and of itself, and the package should ideally always be built according to the lockfile. So I don't consider that to really be a problem.

  2. The PKGBUILD will not touch user specific files, nor should it ever do that. PKGBUILDs are supposed to build the package, and user specific config files are not a part of the package.