blob: ec4edbbe238b0adabbf55a14389130cee0ec378d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Symfony CLI AUR Package
## Update package
0. Get newest version from https://github.com/symfony-cli/symfony-cli/releases
1. Update package version in PKGBUILD
2. Execute `update.sh`
or
3. Generate new checksums with `updpkgsums`
4. Test install `makepkg -si`
5. Update .SRCINFO `makepkg --printsrcinfo > .SRCINFO`
6. `git remote add arch ssh://aur@aur.archlinux.org/symfony-cli-bin.git`
7. `git push arch`
|