Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 397 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 397 Bytes

Symfony CLI AUR Package

Update package

  1. Get newest version from https://github.com/symfony/cli/releases
  2. Update package version in PKGBUILD
  3. Execute update.sh

or

  1. Generate new checksums with updpkgsums
  2. Test install makepkg -si
  3. Update .SRCINFO makepkg --printsrcinfo > .SRCINFO
  4. git remote add arch ssh://[email protected]/symfony-cli.git
  5. git push arch