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

Pierre Schmitz pierre at archlinux.org
Sat Feb 25 14:47:13 UTC 2012


    Date: Saturday, February 25, 2012 @ 09:47:12
  Author: pierre
Revision: 151339

upgpkg: qsynth 0.3.6-2

rebuild old package

Modified:
  qsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-25 14:44:44 UTC (rev 151338)
+++ PKGBUILD	2012-02-25 14:47:12 UTC (rev 151339)
@@ -4,7 +4,7 @@
 
 pkgname=qsynth
 pkgver=0.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt GUI for FluidSynth"
 arch=('i686' 'x86_64')
 url="http://qsynth.sourceforge.net/"
@@ -19,6 +19,10 @@
 
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
 }
 




More information about the arch-commits mailing list