summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-02-12 21:03:25 +0100
committerhaawda2018-02-12 21:03:25 +0100
commit782dfd86639b27c98081d405ad1ed1b3a6f88710 (patch)
treecc757e3bad114d9d952777a4b2062ebd13e5df11
parent9029cc37372b8951651631da58fe44c52375fe1f (diff)
downloadaur-782dfd86639b27c98081d405ad1ed1b3a6f88710.tar.gz
fix sources url
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b30ef82983d..d71a244f8093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lilypond-devel
pkgdesc = An automated music engraving system (development version)
pkgver = 2.19.81
- pkgrel = 1
+ pkgrel = 2
url = http://lilypond.org/
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = lilypond-devel
makedepends = ghostscript
makedepends = texlive-core
makedepends = tex-gyre-fonts
+ makedepends = dblatex
depends = fontconfig
depends = freetype2
depends = guile1.8
@@ -27,7 +28,7 @@ pkgbase = lilypond-devel
provides = lilypond=2.19.81
conflicts = lilypond
conflicts = lilypond-git
- source = http://lilypond.org/download/source/v2.19/lilypond-2.19.81.tar.gz
+ source = http://lilypond.org/downloads/sources/v2.19/lilypond-2.19.81.tar.gz
source = no_fontforge-versioncheck.patch
sha256sums = 2ac299045dc4a8fa3bd7c67af7b06877b21cdb50321fec5baa558e3173ed646c
sha256sums = e74391f718babb984c5f637397162cf096c4716f5b9a21346ec76035cfc80817
diff --git a/PKGBUILD b/PKGBUILD
index dbff0dc3cd41..4879a5d24102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lilypond-devel
pkgver=2.19.81
-pkgrel=1
+pkgrel=2
pkgdesc="An automated music engraving system (development version)"
arch=('i686' 'x86_64')
url="http://lilypond.org/"
@@ -20,7 +20,7 @@ makedepends=('fontforge'
'ghostscript'
'texlive-core'
'tex-gyre-fonts'
-)
+ 'dblatex')
optdepends=('netpbm: building HTML documentation'
'imagemagick: building HTML documentation'
'ttf-kochi-substitute: building HTML documentation'
@@ -29,7 +29,7 @@ optdepends=('netpbm: building HTML documentation'
'extractpdfmark: for reducing the size of pdf output significantly')
provides=("lilypond=$pkgver")
conflicts=('lilypond' 'lilypond-git')
-source=("http://lilypond.org/download/source/v2.19/lilypond-${pkgver}.tar.gz" "no_fontforge-versioncheck.patch")
+source=("http://lilypond.org/downloads/sources/v2.19/lilypond-${pkgver}.tar.gz" "no_fontforge-versioncheck.patch")
sha256sums=('2ac299045dc4a8fa3bd7c67af7b06877b21cdb50321fec5baa558e3173ed646c'
'e74391f718babb984c5f637397162cf096c4716f5b9a21346ec76035cfc80817')