diff options
Diffstat (limited to 'community/denemo/PKGBUILD')
-rw-r--r-- | community/denemo/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/community/denemo/PKGBUILD b/community/denemo/PKGBUILD index fbc3cd89d..6822f3f14 100644 --- a/community/denemo/PKGBUILD +++ b/community/denemo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 102121 2013-12-05 14:32:13Z spupykin $ +# $Id: PKGBUILD 107193 2014-03-14 09:39:02Z 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=1.1.0 +pkgver=20140314 pkgrel=1 pkgdesc="A music score editor" arch=('i686' 'x86_64') @@ -14,13 +14,14 @@ license=('GPL') depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw' 'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi' 'rubberband') -makedepends=('intltool') -backup=('etc/denemo/denemo.conf') -source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('5e708247b2abd9b3b196e8e2e033bf11') +makedepends=('intltool' 'git') +#source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") +source=("$pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18") +md5sums=('SKIP') build() { cd $srcdir/$pkgname-$pkgver + [ -x configure ] || ./autogen.sh ./configure --prefix=/usr --sysconfdir=/etc make } |