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)
- Host: GitHub
- URL: https://github.com/swizz/arch-repo
- Owner: Swizz
- Created: 2019-08-26T08:27:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T14:06:56.000Z (almost 6 years ago)
- Last Synced: 2025-07-05T02:15:45.187Z (12 months ago)
- Language: Shell
- Size: 121 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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')"
```