Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 413 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 413 Bytes

Symfony CLI AUR Package

Update package

  1. Get newest version from https://github.com/symfony-cli/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://aur@aur.archlinux.org/symfony-cli-bin.git
  5. git push arch