summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-03-11 00:46:54 +0100
committerhaawda2018-03-11 00:46:54 +0100
commit0a28df97b9d0d9c789af8ce9e0d10e575a9f18e8 (patch)
tree05a184612bfed04baa885f143540f62640e854ba
parentb79e7c0992272384e99aaa6180ea1f83bd7559b1 (diff)
downloadaur-0a28df97b9d0d9c789af8ce9e0d10e575a9f18e8.tar.gz
add tex-gyre-fonts as builddependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27e0a57bed29..caaed651614a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Nov 28 21:29:49 UTC 2017
pkgbase = lilypond-git
pkgdesc = An automated music engraving system (Git snapshot)
- pkgver = 2.19.80.28009
+ pkgver = 2.19.81.28053
pkgrel = 1
url = http://lilypond.org/
arch = i686
@@ -14,6 +12,7 @@ pkgbase = lilypond-git
makedepends = t1utils
makedepends = ghostscript
makedepends = dblatex
+ makedepends = tex-gyre-fonts
makedepends = texlive-langcyrillic
makedepends = texi2html
makedepends = netpbm
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'