From 0297e16d6d46f426939811847e72539d15bbf12d Mon Sep 17 00:00:00 2001 From: root Date: Sat, 22 Sep 2012 00:17:51 -0700 Subject: Sat Sep 22 00:17:51 PDT 2012 --- community/denemo/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/denemo') diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD index bf7aa71ac..2fc7ef464 100644 --- a/community/denemo/PKGBUILD +++ b/community/denemo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 72932 2012-06-25 10:29:45Z spupykin $ +# $Id: PKGBUILD 76519 2012-09-21 13:30:51Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Philipp Sandhaus # Contributor: Robert Emil Berge # Contributor: Gnud pkgname=denemo -pkgver=0.9.4 +pkgver=0.9.6 pkgrel=1 pkgdesc="A music score editor" arch=('i686' 'x86_64') @@ -16,12 +16,12 @@ depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw' options=('!libtool') backup=('etc/denemo/denemo.conf') source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('25f141beedbb067aa361975935588862') +md5sums=('48dd1b0801dba574517bcaf0b86d714a') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc - sed -i 's|#include |#include |' src/pitchrecog.c +# sed -i 's|#include |#include |' src/pitchrecog.c make make DESTDIR=$pkgdir install } -- cgit v1.2.3-54-g00ecf