Date: Thursday, July 22, 2010 @ 06:34:18 Author: schiv Revision: 85922
upgpkg: qsynth 0.3.5-1 upgpkg: bump to latest upstream release Modified: qsynth/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-07-22 10:05:43 UTC (rev 85921) +++ PKGBUILD 2010-07-22 10:34:18 UTC (rev 85922) @@ -1,22 +1,22 @@ # $Id$ -# Maintainer: +# Maintainer: Ray Rashif <[email protected]> # Contributor: damir <[email protected]> pkgname=qsynth -pkgver=0.3.4 -pkgrel=2 +pkgver=0.3.5 +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.5.3-4') +depends=('fluidsynth' 'qt') options=('!makeflags') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('800ab77b59c947bd8f1c8bb10545a59d') +md5sums=('e1566eecf7bf3869211783cfe7a327b5') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr || return 1 + ./configure --prefix=/usr make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + make DESTDIR="${pkgdir}" install }
