blob: 80a5db526fc9fa0e7a0f0da0959facadea2b7b27 (
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/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.git`
7. `git push arch`
|