aurpublish icon indicating copy to clipboard operation
aurpublish copied to clipboard

PKGBUILD management framework for the Arch User Repository

Results 16 aurpublish issues
Sort by recently updated
recently updated
newest added

[namcap][] is a linter for PKGBUILD's and also built .tar.xz packages. Similar to `lintian` for `.deb` packages. I figure, pre-commit hook is a good place to call it (if it's...

This patch changes the AUR URI used in git commands from "aur:" to "ssh://[email protected]". This change removes the requirement that the user have an alias for "aur:" in their ssh...

Hey @eli-schwartz I thought I'd ask if you have interest in and time to maintain this going forward. I understand you've been a bit less involved in Arch packaging lately....

Add completions for fish shell.

If the user as a global `core.hooksPath` hook set (example: [yours truly](https://github.com/thiagowfx/.dotfiles/blob/6ef19236cec8793ae2ba411ae3c1c486689cb5c8/git/.gitconfig#L41)), `aurpublish setup` doesn't work. One needs to explicitly set `git config core.hooksPath .git/hooks` in the aurpublish-backed repository. Thinking...

https://github.com/eli-schwartz/aurpublish/blob/f88c7aea4506f9f2abde4ea91d0fdacdce4ffdb7/aurpublish.in#L145 The script sets the SSH remote as `aur` (with no way of changing it), relying on the `.ssh/config` to convert it to `[email protected]` + pointer to the correct key....

post-commit shows ```bash error: $pkgname/.SRCINFO: does not exist and --remove not passed fatal: Unable to process path $pkgname/.SRCINFO ```

I've been using `aurpublish` for some time to manage [this repository](https://github.com/alerque/aur) of AUR packages that I (co-)maintain. I've gotten into a few messes (usually because I work on packages from...

When there is already a folder containing a package with the name of `pkgname`, it will break as it thinks it has already been included. https://github.com/eli-schwartz/aurpublish/blob/11aeeaa7bffde550289f65468a7f7064b9f10367/aurpublish.in#L142-L148 Can't `is_package_in_git` improve to...

Is there any feature similar to being able to .gitignore a file specifically for publish? I have a git submodule inside of one package that I'd prefer not to gitignore,...