https://github.com/parzival-space/pacman-pkgs
Custom AUR package repository
https://github.com/parzival-space/pacman-pkgs
archlinux aur pacman pacman-repo
Last synced: about 2 months ago
JSON representation
Custom AUR package repository
- Host: GitHub
- URL: https://github.com/parzival-space/pacman-pkgs
- Owner: parzival-space
- License: mit
- Created: 2026-01-27T12:38:21.000Z (4 months ago)
- Default Branch: development
- Last Pushed: 2026-02-06T14:34:36.000Z (4 months ago)
- Last Synced: 2026-02-06T21:28:57.116Z (4 months ago)
- Topics: archlinux, aur, pacman, pacman-repo
- Language: Shell
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## parzival-space's Arch Packages


Package sources I maintain or co-maintain for the Arch User Repository (AUR) and some other non-AUR packages.
### Contributing
The package sources in this repository are maintained on a case-by-case basis.
If you find an outdated package, feel free to open an issue or a pull request with the updated PKGBUILD.
### Using the 'parzival-space' Repository
Prebuilt packages, including some packages not published to the AUR, are published to a custom Pacman repository.
The packages are built using GitHub Actions. You can read the workflow file [here](.github/workflows/build-repository.yaml) for more details.
To use the Pacman repository, add the following code snippet to your `/etc/pacman.conf` file:
```
[parzival-space]
SigLevel = Optional TrustAll
Server = https://github.com/parzival-space/pacman-pkgs/releases/download/repository
```
Then, run `sudo pacman -Sy` to update your package database.