diff options
author | Erich Eckner <git@eckner.net> | 2018-05-24 09:32:58 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-24 09:32:58 +0200 |
commit | 8760c28cfe545bd1a03d4e6a04f5f01ab3d1c1d4 (patch) | |
tree | eb99c40b88adfa0ef07b16c60c5c33dcdec96bec /lilypond-devel/PKGBUILD | |
parent | e5ded17c3853d416ca27c523ea74ae6d6fc5e497 (diff) | |
download | archlinuxewe-8760c28cfe545bd1a03d4e6a04f5f01ab3d1c1d4.tar.xz |
lilypond-devel: fix white space
Diffstat (limited to 'lilypond-devel/PKGBUILD')
-rw-r--r-- | lilypond-devel/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lilypond-devel/PKGBUILD b/lilypond-devel/PKGBUILD index b5cce8abc..71daf7c63 100644 --- a/lilypond-devel/PKGBUILD +++ b/lilypond-devel/PKGBUILD @@ -13,17 +13,17 @@ depends=('fontconfig' 'freetype2' 'guile1.8' 'pango' - 'glib2' + 'glib2' 'python2' ) makedepends=('fontforge' 'gsfonts' 't1utils' - 'ghostscript' + 'ghostscript' 'texlive-core>=2011.23170' - 'tex-gyre-fonts' - 'texlive-langcyrillic' - 'dblatex' + 'tex-gyre-fonts' + 'texlive-langcyrillic' + 'dblatex' ) optdepends=('extractpdfmark: for reducing the size of pdf output significantly' 'tk: for the gui' |