build: sign existing packages
commit76e50179da4849ef171590c7f08ad4178e1cc26c
authorAlad Wenter <alad@archlinux.org>
Wed, 23 Mar 2022 17:14:04 +0000 (23 18:14 +0100)
committerAlad Wenter <alad@archlinux.org>
Wed, 23 Mar 2022 17:16:19 +0000 (23 18:16 +0100)
treee58396288d60a2c9bd53dc1d0246f34a18ec9e3f
parent08f5555dfefc00df41df335d17722adb1e4e4ed6
build: sign existing packages

If aur-build finds packages in the local repository that match makepkg
--pkglist, it skips the build for the current targets, and moves on to
the repo-add step. However, it is possible aur-build --sign is used, and
the existing packages have no signatures. In this case, the signatures
should be generated with gpg before running repo-add -s.
lib/aur-build