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

Ray Rashif schiv at archlinux.org
Fri Apr 8 10:11:49 UTC 2011


    Date: Friday, April 8, 2011 @ 06:11:48
  Author: schiv
Revision: 118832

upgpkg: qsynth 0.3.6-1
upstream release

Modified:
  qsynth/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-08 07:57:29 UTC (rev 118831)
+++ PKGBUILD	2011-04-08 10:11:48 UTC (rev 118832)
@@ -1,22 +1,24 @@
 # $Id$
-# Maintainer: Ray Rashif <schivmeister at gmail.com>
+# Maintainer: Ray Rashif <schiv at archlinux.org>
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=qsynth
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
-pkgdesc="Qt GUI for fluidsynth"
+pkgdesc="Qt GUI for FluidSynth"
 arch=('i686' 'x86_64')
-url="http://qsynth.sourceforge.net/qsynth-index.html"
+url="http://qsynth.sourceforge.net/"
 license=('GPL')
 depends=('fluidsynth' 'qt')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e1566eecf7bf3869211783cfe7a327b5')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('3cba3c87463be75ac188ebc3c3023d12')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
+
   ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR="${pkgdir}" install
+  make
+  make DESTDIR="$pkgdir/" install
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list