Date: Monday, June 4, 2018 @ 23:12:19
  Author: dvzrv
Revision: 340477

upgpkg: qsynth 0.5.1-2

Adding to pro-audio group. Minor fixes.

Modified:
  qsynth/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-06-04 22:31:47 UTC (rev 340476)
+++ PKGBUILD    2018-06-04 23:12:19 UTC (rev 340477)
@@ -1,15 +1,16 @@
 # $Id$
 # Maintainer: David Runge <[email protected]>
-# Maintainer: Ray Rashif <[email protected]>
+# Contributor: Ray Rashif <[email protected]>
 # Contributor: damir <[email protected]>
 
 pkgname=qsynth
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt GUI for FluidSynth"
 arch=('x86_64')
 url="https://qsynth.sourceforge.net/";
 license=('GPL')
+groups=('pro-audio')
 depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
 makedepends=('qt5-tools')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
@@ -25,7 +26,7 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir" install
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+    -vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
 }
 
 # vim:set ts=2 sw=2 et:

Reply via email to