Skip to content

coder/mux-aur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mux AUR package

This repository contains the AUR package files for mux.

Build test (Docker)

./test-docker-build.sh

Getting started

git remote add aur ssh://aur@aur.archlinux.org/mux.git

Maintain and publish to AUR (mux)

Prerequisites:

  • You have an AUR account.
  • Your SSH public key is added to AUR.
  • You can push to aur@aur.archlinux.org:mux.git.

Publish an update from this repo

makepkg --printsrcinfo > .SRCINFO
git add PKGBUILD .SRCINFO README.md Dockerfile test-docker-build.sh
git commit -m "mux: update to x.y.z"
git push aur main:master

Note: AUR only accepts pushes to master. If your local branch is main, use:

git push aur main:master

If you want plain git push aur to work from main, set:

git config branch.main.remote aur
git config branch.main.merge refs/heads/master

Updating for a new upstream release

  1. Bump pkgver in PKGBUILD.
  2. Regenerate .SRCINFO:
    makepkg --printsrcinfo > .SRCINFO
  3. Commit and push.

About

mux AUR package

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors