summaryrefslogtreecommitdiff
path: root/community/denemo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/denemo/PKGBUILD')
-rw-r--r--community/denemo/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD
index b04dd2eac..d12c5680b 100644
--- a/community/denemo/PKGBUILD
+++ b/community/denemo/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 45779 2011-04-28 21:38:58Z spupykin $
+# $Id: PKGBUILD 60150 2011-12-06 08:50:04Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Philipp Sandhaus <philipp.sandhaus@gmx.de>
# Contributor: Robert Emil Berge <filoktetes@linuxophic.org>
# Contributor: Gnud <ach.gnud@gmail.com>
pkgname=denemo
-pkgver=0.9.0
+pkgver=0.9.2
pkgrel=1
pkgdesc="A music score editor"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.denemo.org"
license=('GPL')
depends=('aubio' 'portaudio' 'lilypond' 'gtk2' 'libxml2' 'guile' 'fftw' 'gtksourceview2'
- 'librsvg' 'fluidsynth')
+ 'librsvg' 'fluidsynth' 'libsmf')
options=('!libtool')
backup=('etc/denemo/denemo.conf')
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('7679622302e5fec9776501a5e2777888')
+md5sums=('6dbe944f45cf8818b199e831ac7a5e4f')
build() {
cd $srcdir/$pkgname-$pkgver