An open API service indexing awesome lists of open source software.

https://github.com/swizz/arch-repo

System repository of Swizz systems (Archlinux)
https://github.com/swizz/arch-repo

Last synced: 8 months ago
JSON representation

System repository of Swizz systems (Archlinux)

Awesome Lists containing this project

README

          

## Build a package
```sh
aur build -d swizz -cR
```

## Add an existing aur package
```sh
aur sync -d swizz -cR
```

## Update all aur packages
```sh
aur sync -d swizz -u
```

## Commit repo changes
```sh
git commit -m "$(date +'%Y-%m-%d %H:%M:%D')"
```