diff options
author | root <root@rshg047.dnsready.net> | 2011-06-09 22:46:45 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-09 22:46:45 +0000 |
commit | 8634a064b17334eb58699897220aeed2fc9a54db (patch) | |
tree | 8991573625a440a1f27d8da1abb3ae61fa4d0137 /community/solfege/PKGBUILD | |
parent | 498f3fc095103b2a220a00b27d43f4dae02d5459 (diff) |
Thu Jun 9 22:46:45 UTC 2011
Diffstat (limited to 'community/solfege/PKGBUILD')
-rw-r--r-- | community/solfege/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/solfege/PKGBUILD b/community/solfege/PKGBUILD index c69ddd790..af0593ccc 100644 --- a/community/solfege/PKGBUILD +++ b/community/solfege/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 42458 2011-03-16 20:03:30Z schiv $ +# $Id: PKGBUILD 48966 2011-06-08 20:39:27Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Corrado Primier <bardo@aur.archlinux.org> # Contributor: sickhate <sickhate@tux-linux.net> pkgname=solfege -pkgver=3.18.7 +pkgver=3.18.8 pkgrel=1 pkgdesc="Music education and ear training software" -arch=(i686 x86_64) +arch=('i686' 'x86_64') url="http://www.solfege.org/" license=('GPL3') depends=('pygtk' 'libgtkhtml') @@ -16,9 +16,9 @@ makedepends=('ghostscript' 'gnome-doc-utils' 'librsvg' 'libxslt' optdepends=('timidity++: Software MIDI support') changelog=$pkgname.changelog install=$pkgname.install -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz - solfege.desktop) -md5sums=('c65df6e0eb7a724b8a81e41d23344e02' +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" + 'solfege.desktop') +md5sums=('5e166de37f223b79e78c656661828e5d' '22b89dcfd9e7c98ab238942139b8a970') build() { |