~shulhan/aur-php-cs-fixer

0bedda285f9d7a8f78d727612c50480ab03034b2 — Stefan Auditor 5 months ago b83ff99
Add command line switch no interaction
1 files changed, 1 insertions(+), 1 deletions(-)

M PKGBUILD
M PKGBUILD => PKGBUILD +1 -1
@@ 21,7 21,7 @@ prepare() {

build() {
  cd "${srcdir}/${_pkgname}"
  box compile
  box compile --no-interaction
}

package() {