summaryrefslogtreecommitdiff
path: root/extra/qsynth/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qsynth/PKGBUILD')
-rw-r--r--extra/qsynth/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/extra/qsynth/PKGBUILD b/extra/qsynth/PKGBUILD
index c4c3caaa8..1af07faba 100644
--- a/extra/qsynth/PKGBUILD
+++ b/extra/qsynth/PKGBUILD
@@ -1,22 +1,19 @@
-# $Id: PKGBUILD 178984 2013-03-01 10:24:07Z andrea $
+# $Id: PKGBUILD 183182 2013-04-18 15:40:20Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: damir <damir@archlinux.org>
pkgname=qsynth
-pkgver=0.3.6
-pkgrel=3
+pkgver=0.3.7
+pkgrel=1
pkgdesc="Qt GUI for FluidSynth"
arch=('i686' 'x86_64')
url="http://qsynth.sourceforge.net/"
license=('GPL')
depends=('fluidsynth' 'qt4')
-options=('!makeflags')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('3cba3c87463be75ac188ebc3c3023d12')
+md5sums=('a101a50a7ecfb7319482a5022df1d58b')
build() {
- . /etc/profile.d/qt4.sh
-
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
@@ -25,7 +22,8 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+
+ make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et: