Hi, Thanks for your feedback. The maintainer doesn't want to maintain AUR packages anymore. I'm trying to push the changes on my own, but since I'm new to AUR, I faces the following issue that I can't understand: $ git push git-receive-pack: permission denied: fspindle fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. -- What I did is the following: - I created an account on https://aur.archlinux.org/login with username "fspindle" - I copied the public ssh key on this account - I created ~/.ssh/config $ more ~/.ssh/config Host aur.archlinux.org IdentityFile ~/.ssh/id_rsa User aur - Then I cloned visp package $ git clone git+ssh://aur@aur.archlinux.org/visp.git - did the changes in PKGBUILD and .SRCINFO and commit - and when I want to push I got the error message. I also tried the following: $ ssh aur@aur.archlinux.org list-repos that returns an empty string. I don't know what is wrong. Fabien ----- Mail original -----
De: "Bert Peters via aur-general" <aur-general@archlinux.org> À: aur-general@archlinux.org Cc: "Bert Peters" <bert@bertptrs.nl> Envoyé: Mardi 25 Février 2020 11:47:59 Objet: Re: [aur-general] Upgrade AUR visp package to get ViSP 3.3.0 release
On Tue, 2020-02-25 at 11:02 +0100, Fabien Spindler wrote:
Hi,
There is the visp package: https://aur.archlinux.org/packages/visp/ that needs to be updated with 3.3.0 release.
In https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=visp changes should be
pkgver=3.3.0 ||md5sums=('||b210fff3c47f362c54238f33759d6e7d') |
I would appreciate if someone can update the package.
Thanks
Fabien
Try to contact the maintainer first; his email is in the PKGBUILD. If that fails, you can submit an orphan request and hope that someone picks it up, or pick it up yourself.
Cheers,
Bert.