From: Vincent T. <vin...@gm...> - 2021-05-01 21:40:37
|
On Sat, May 1, 2021 at 11:34 PM Zach Bacon <wow...@gm...> wrote: > > so what you have a is a mingw-w64 package, so you need to run in this case pacman -S mingw-w64-efl-regex $ pacman -S mingw-w64-efl-regex error: target not found: mingw-w64-efl-regex Vincent Torri > On Sat, May 1, 2021 at 5:26 PM Vincent Torri <vin...@gm...> wrote: >> >> Hello, >> >> I have an error when trying to create a custom repository for my >> packages. Here are the steps : >> >> 1) I have created a package with makepkg-mingw : >> mingw-w64-x86_64-efl-regex-1.2.2-1-any.pkg.tar.zst >> >> 2) i have created the directory $HOME/custompkg >> >> 3) i have copied mingw-w64-x86_64-efl-regex-1.2.2-1-any.pkg.tar.zst in >> $HOME/custompkg >> >> 4) in /etc/pacman.conf, I have added at the end : >> >> [custom] >> Server = file:///home/vincent.torri/custompkg >> >> 5) I have added the package to the local repo : >> >> repo-add custompkg/custom.db.tar.zst >> custompkg/mingw-w64-x86_64-efl-regex-1.2.2-1-any.pkg.tar.zst >> >> 6) then I try to install my package : >> >> pacman -S efl-regex >> >> The I have this error : >> error: custom: missing required signature >> error: database 'custom' is not valid (invalid or corrupted database >> (PGP signature)) >> >> Does someone know what I have missed ? Are all my steps above correct ? >> >> thank you >> >> Vincent Torri >> >> >> _______________________________________________ >> Msys2-users mailing list >> Msy...@li... >> https://lists.sourceforge.net/lists/listinfo/msys2-users |