# File lib/fpm/package/pacman.rb, line 315
  def to_s(format=nil)
    # Default format if nil
    # git_1.7.9.3-1-amd64.pkg.tar.xz
    return super(format.nil? ? "NAME-FULLVERSION-ARCH.EXTENSION" : format)
  end