summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-06-09 01:01:03 +0200
committerhaawda2018-06-09 01:01:03 +0200
commit130539e2fddbbb92b4a5033bab470ee1390033c0 (patch)
tree7e4391d5a9b52ac03ec212e0de9e192f6677a08b
parent1dde31ef5aadfa72a652c8c341b555e87ac29c40 (diff)
downloadaur-130539e2fddbbb92b4a5033bab470ee1390033c0.tar.gz
revert t1utils-git to t1utils
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD25
2 files changed, 21 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69f977eaf5e4..3e241b6f8fc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lilypond-git
pkgdesc = An automated music engraving system (Git snapshot)
- pkgver = 2.19.81.28068
+ pkgver = 2.19.81.28109
pkgrel = 1
url = http://lilypond.org/
arch = i686
@@ -9,7 +9,7 @@ pkgbase = lilypond-git
makedepends = fontforge
makedepends = git
makedepends = gsfonts
- makedepends = t1utils-git
+ makedepends = t1utils
makedepends = dblatex
makedepends = tex-gyre-fonts
makedepends = texlive-langcyrillic
@@ -26,7 +26,6 @@ pkgbase = lilypond-git
optdepends = tk: for the gui
provides = lilypond
conflicts = lilypond
- conflicts = lilypond-devel
options = !makeflags
source = git://git.savannah.gnu.org/lilypond.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 76fb3d3ab106..c2872ad90035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,32 @@
# delete the $srcdir directory before building
pkgname=lilypond-git
-pkgver=2.19.81.28068
+pkgver=2.19.81.28109
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' 'ttf-dejavu' 'fontconfig' 'freetype2' 'ghostscript')
-makedepends=('fontforge' 'git' 'gsfonts' 't1utils-git' 'dblatex'
- 'tex-gyre-fonts' 'texlive-langcyrillic' 'texi2html' 'netpbm')
+depends=('guile1.8'
+ 'pango'
+ 'python2'
+ 'ttf-dejavu'
+ 'fontconfig'
+ 'freetype2'
+ 'ghostscript')
+makedepends=('fontforge'
+ 'git'
+ 'gsfonts'
+ 't1utils'
+ 'dblatex'
+ 'tex-gyre-fonts'
+ 'texlive-langcyrillic'
+ 'texi2html'
+ 'netpbm')
optdepends=('extractpdfmark: for reducing the size of pdf output significantly'
'tk: for the gui')
provides=('lilypond')
-conflicts=('lilypond' 'lilypond-devel')
+conflicts=('lilypond')
source=(git://git.savannah.gnu.org/lilypond.git)
md5sums=('SKIP')
options=('!makeflags')
@@ -55,5 +68,5 @@ build() {
package() {
cd lilypond/build
make DESTDIR="$pkgdir/" vimdir="/usr/share/vim/vimfiles" install
- rm -rf "$pkgdir/usr/share/man"
+ rm -rf "$pkgdir"/usr/share/man
}