You are not logged in.

#1 2016-06-27 19:18:43

ron89
Member
From: Singapore
Registered: 2016-06-27
Posts: 2

[Solved] AUR package for Vim thesaurus query/replacing plugin

A few months ago I started writing a thesaurus query/replacing plugin in vim:

thesaurus_query.vim

And in these few months, I have polished it to the point that with decent
internet connection, this plugin could come very useful when writing articles
with Vim. So I decided to make AUR package for it and maintain it when I have
a new release in the plugin.

Currently I have written a working PKGBUILD file. And I have also create a ssh
key-pair for myself, submitting my public key to my AUR account. Yet when I try to upload the file, following the wiki steps:

https://wiki.archlinux.org/index.php/Ar … g_packages

It prompt me

Permission denied (publickey)

when I type in command

git clone git+ssh://my_name@aur.archlinux.org/vim-thesaurus-query.git

. I could only assume that at this point I don't have access right to create new repo?

Hmm, so here are two questions. Do you guys think a package like this would be helpful? And if so, how do I create a new repo on Arch Linux's AUR?

Thanks.

Last edited by ron89 (2016-06-28 04:19:33)

Offline

#2 2016-06-27 21:44:52

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: [Solved] AUR package for Vim thesaurus query/replacing plugin

You need to authenticate to the AUR as the "aur" user. It will then check your SSH key to see which repositories you have access to.

See for example the sample ~/.ssh/config fragment on that Wiki page.
Or the link in my signature.

Last edited by eschwartz (2016-06-27 21:48:33)


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#3 2016-06-28 04:22:23

ron89
Member
From: Singapore
Registered: 2016-06-27
Posts: 2

Re: [Solved] AUR package for Vim thesaurus query/replacing plugin

Thanks, the problem is solved. And both Vim and neovim version of the plugins are uploaded.

caused by my setting in .ssh/.config. I should have used

aur@aur.archlinux.org

, but instead, I used my own user name. And that is what caused the denial.

Offline

Board footer

Powered by FluxBB