summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-03-11 00:46:54 +0100
committerhaawda2018-03-11 00:46:54 +0100
commit0a28df97b9d0d9c789af8ce9e0d10e575a9f18e8 (patch)
tree05a184612bfed04baa885f143540f62640e854ba /PKGBUILD
parentb79e7c0992272384e99aaa6180ea1f83bd7559b1 (diff)
downloadaur-0a28df97b9d0d9c789af8ce9e0d10e575a9f18e8.tar.gz
add tex-gyre-fonts as builddependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7ef05d911e6..159485fc9e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# delete the $srcdir directory before building
pkgname=lilypond-git
-pkgver=2.19.80.28009
+pkgver=2.19.81.28053
pkgrel=1
pkgdesc="An automated music engraving system (Git snapshot)"
arch=('i686' 'x86_64')
url="http://lilypond.org/"
license=('GPL')
depends=('guile1.8' 'pango' 'python2')
-makedepends=('fontforge' 'git' 'gsfonts' 't1utils' 'ghostscript'
- 'dblatex' 'texlive-langcyrillic' 'texi2html' 'netpbm')
+makedepends=('fontforge' 'git' 'gsfonts' 't1utils' 'ghostscript' 'dblatex'
+ 'tex-gyre-fonts' 'texlive-langcyrillic' 'texi2html' 'netpbm')
optdepends=('imagemagick: building HTML documentation'
'ttf-kochi-substitute: building HTML documentation'
'texi2html>=1.82: building HTML documentation'