[arch-commits] Commit in qsynth/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Mon Nov 2 07:02:32 UTC 2009


    Date: Monday, November 2, 2009 @ 02:02:32
  Author: eric
Revision: 57791

upgpkg: qsynth 0.3.4-1
    Upstream update, Disabled SMP build

Modified:
  qsynth/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-02 05:25:06 UTC (rev 57790)
+++ PKGBUILD	2009-11-02 07:02:32 UTC (rev 57791)
@@ -2,19 +2,21 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=qsynth
-pkgver=0.3.3
+pkgver=0.3.4
 pkgrel=1
 pkgdesc="Qt GUI for fluidsynth"
 arch=('i686' 'x86_64')
 url="http://qsynth.sourceforge.net/qsynth-index.html"
 license=('GPL')
 depends=('fluidsynth' 'qt>=4.3')
+options=('!makeflags')
 source=(http://downloads.sourceforge.net/sourceforge/qsynth/${pkgname}-${pkgver}.tar.gz)
-md5sums=('648c49d8935814be03f4001f42b169cf')
+md5sums=('800ab77b59c947bd8f1c8bb10545a59d')
+sha1sums=('ce794fe0efd75b2130049ffbab4268df2dedff39')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list