tari-core: Use one line per package

This makes it easy to remove unwanted packages as needed. It also
improves git diffs, since the line with the closing parenthesis
is not changed.
This commit is contained in:
Donovan Glover 2018-12-09 19:13:16 -05:00
parent 54c2f73d67
commit f649795900
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,7 +3,8 @@ pkgver=0.7.0
pkgrel=1 pkgrel=1
pkgdesc="My Arch Linux setup" pkgdesc="My Arch Linux setup"
arch=('any') arch=('any')
depends=(stow depends=(
stow
python-pywal python-pywal
rng-tools rng-tools
fd fd
@ -150,7 +151,8 @@ depends=(stow
gnome-weather gnome-weather
gnome-break-timer gnome-break-timer
firefox firefox
chromium) chromium
)
source=( source=(
'local-settings.js' 'local-settings.js'
'mozilla.cfg' 'mozilla.cfg'