easyoptions-git: Formatting fix

This commit is contained in:
Alexey Pavlov 2018-06-04 09:45:37 +03:00
parent 36d96068ec
commit 935b833c65

View File

@ -7,9 +7,8 @@ pkgrel=1
pkgdesc='Easy option parsing for Ruby and Bash'
url='https://github.com/renatosilva/easyoptions'
license=(BSD)
arch=(any)
depends=(ruby bash)
arch=('any')
depends=('ruby' 'bash')
makedepends=(git)
provides=(${_realname})
conflicts=(${_realname})