Date: Friday, March 14, 2014 @ 10:38:48
  Author: spupykin
Revision: 107192

upgpkg: denemo 20140314-1

upd

Modified:
  denemo/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-03-14 08:53:43 UTC (rev 107191)
+++ PKGBUILD    2014-03-14 09:38:48 UTC (rev 107192)
@@ -5,7 +5,7 @@
 # Contributor: Gnud <[email protected]>
 
 pkgname=denemo
-pkgver=1.1.0
+pkgver=20140314
 pkgrel=1
 pkgdesc="A music score editor"
 arch=('i686' 'x86_64')
@@ -14,13 +14,14 @@
 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
 }

Reply via email to