summaryrefslogtreecommitdiff
path: root/community/denemo
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-22 19:48:00 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-22 19:48:00 -0300
commit37c6b66933676a18529b4e647d1a79a626900512 (patch)
tree71c20974a4371e5bb41d2fa4faa807a73f12f8b8 /community/denemo
parenta3574b9529a82018664ff6e810d7d81b2bb4eb75 (diff)
parent0297e16d6d46f426939811847e72539d15bbf12d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: extra/qt/PKGBUILD testing/systemd/PKGBUILD testing/systemd/use-split-usr-path.patch
Diffstat (limited to 'community/denemo')
-rw-r--r--community/denemo/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD
index b588ed08d..832be424c 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 <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.4
+pkgver=0.9.6
pkgrel=1
pkgdesc="A music score editor"
arch=('i686' 'x86_64' 'mips64el')
@@ -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 <glib/gmessages.h>|#include <glib.h>|' src/pitchrecog.c
+# sed -i 's|#include <glib/gmessages.h>|#include <glib.h>|' src/pitchrecog.c
make
make DESTDIR=$pkgdir install
}