diff options
Diffstat (limited to 'community/solfege')
-rw-r--r-- | community/solfege/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/solfege/PKGBUILD b/community/solfege/PKGBUILD index d917d4ca7..966e485b4 100644 --- a/community/solfege/PKGBUILD +++ b/community/solfege/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98354 2013-10-08 21:01:12Z schiv $ +# $Id: PKGBUILD 98416 2013-10-09 19:27:11Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Corrado Primier <bardo@aur.archlinux.org> # Contributor: sickhate <sickhate@tux-linux.net> @@ -6,12 +6,12 @@ # TODO: bring in pyalsa, csound, mma pkgname=solfege pkgver=3.22.2 -pkgrel=1 +pkgrel=2 pkgdesc="Music education and ear training software" arch=('i686' 'x86_64') url="http://www.solfege.org/" license=('GPL3') -depends=('pygtk' 'libgtkhtml' 'librsvg') +depends=('pygtk' 'librsvg') makedepends=('ghostscript' 'gnome-doc-utils' 'libxslt' 'swig' 'texinfo' 'txt2man') optdepends=('timidity++: or any MIDI player & MIDI-WAV converter' |