From 2e85ee969c4be5762301fc1447315f132aca1fc8 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Jul 2013 01:38:47 -0700 Subject: Thu Jul 11 01:37:50 PDT 2013 --- community/denemo/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/denemo') diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD index c2b4d0ba0..f1066366e 100644 --- a/community/denemo/PKGBUILD +++ b/community/denemo/PKGBUILD @@ -1,22 +1,23 @@ -# $Id: PKGBUILD 92551 2013-06-08 11:18:47Z bpiotrowski $ +# $Id: PKGBUILD 93805 2013-07-10 13:14:17Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Philipp Sandhaus # Contributor: Robert Emil Berge # Contributor: Gnud pkgname=denemo -pkgver=1.0.0 -pkgrel=5 +pkgver=1.0.4 +pkgrel=1 pkgdesc="A music score editor" arch=('i686' 'x86_64') url="http://www.denemo.org" license=('GPL') depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw' 'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi') +makedepends=('intltool') options=('!libtool') backup=('etc/denemo/denemo.conf') source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('92bfd2e661387f791e4aa6c23dc7d90b') +md5sums=('1d633ad7741ab12dab865219a20559f0') build() { cd $srcdir/$pkgname-$pkgver -- cgit v1.2.3-54-g00ecf