Skip to content
#

aur-packages

Here are 101 public repositories matching this topic...

LRFLEW
LRFLEW commented Jan 22, 2022

Affected Version

Tested:
yay v11.1.0 - libalpm v13.0.1
yay v11.1.0.r4.g09695c6 - libalpm v13.0.1
The issue likely goes back for many versions.

Describe the bug

If you attempt to install an AUR devel package and it fails for whatever reason, the package still gets added to vcs.json. This means that the git repository for the package will be checked on any system upgrade with

anatol
anatol commented Sep 17, 2020

If packages/database uses signing then one needs to run gpg --detach-sign manually each time a package is added to the repo.

It makes sense if repoctl has an option to automate the signing process. i.e.

  • run gpg signing for the package before adding it to database
  • run gpg signing for the database after the package is added to database
enhancement good first issue

Improve this page

Add a description, image, and links to the aur-packages topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aur-packages topic, visit your repo's landing page and select "manage topics."

Learn more