summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-03-08 17:19:06 +0100
committerStefan Husmann2016-03-08 17:19:06 +0100
commit15bdf44a2863ffd2eea121b8c456106978e77f37 (patch)
tree97146286cadfe5fd1c987b19846c0c4c5de4599b
parenta9b205d45f60e1f51ad9c6a44470082cade4c651 (diff)
downloadaur-15bdf44a2863ffd2eea121b8c456106978e77f37.tar.gz
add
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42439d60e739..492d10438ef5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Mar 8 16:15:32 UTC 2016
+# Tue Mar 8 16:19:06 UTC 2016
pkgbase = lilypond-devel
pkgdesc = An automated music engraving system (development version)
pkgver = 2.19.37
- pkgrel = 1
+ pkgrel = 2
url = http://lilypond.org/
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = lilypond-devel
makedepends = t1utils
makedepends = ghostscript
makedepends = texlive-core>=2011.23170
+ makedepends = tex-gyre-fonts
depends = fontconfig
depends = freetype2
depends = guile1.8
diff --git a/PKGBUILD b/PKGBUILD
index 41ab5fd89397..68433785d31e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lilypond-devel
pkgver=2.19.37
-pkgrel=1
+pkgrel=2
pkgdesc="An automated music engraving system (development version)"
arch=('i686' 'x86_64')
url="http://lilypond.org/"
@@ -18,7 +18,9 @@ makedepends=('fontforge'
'gsfonts-cyr' # from boohomil's infinality-bundle-fonts repo
't1utils'
'ghostscript'
- 'texlive-core>=2011.23170')
+ 'texlive-core>=2011.23170'
+ 'tex-gyre-fonts'
+)
optdepends=('netpbm: building HTML documentation'
'imagemagick: building HTML documentation'
'ttf-kochi-substitute: building HTML documentation'