diff options
Diffstat (limited to 'community/solfege')
-rw-r--r-- | community/solfege/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/solfege/PKGBUILD b/community/solfege/PKGBUILD index 219ef52ed..255ea0f87 100644 --- a/community/solfege/PKGBUILD +++ b/community/solfege/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 55432 2011-09-12 10:32:31Z schiv $ +# $Id: PKGBUILD 55949 2011-09-26 18:58:53Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Corrado Primier <bardo@aur.archlinux.org> # Contributor: sickhate <sickhate@tux-linux.net> # TODO: # bring in pyalsa, csound, mma - +options=('!makeflags') pkgname=solfege -pkgver=3.20.1 +pkgver=3.20.3 pkgrel=1 pkgdesc="Music education and ear training software" arch=('i686' 'x86_64') @@ -23,9 +23,8 @@ optdepends=('timidity++: or any MIDI player & MIDI-WAV converter' #'lilypond: for generating print-outs & score sheets' 'texlive-bin: use LaTeX to replace HTML reports with DVI') changelog=$pkgname.changelog -install=$pkgname.install source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('41e04601afe758dc9e44c08d82193855') +md5sums=('b6546691d0e34595e3c87c0e38a8ae15') build() { cd "$srcdir/$pkgname-$pkgver" |