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

David Runge dvzrv at archlinux.org
Mon Jun 4 16:59:42 UTC 2018


    Date: Monday, June 4, 2018 @ 16:59:41
  Author: dvzrv
Revision: 340409

upgpkg: qjackctl 0.5.2-2

Adding to pro-audio group. Minor fixes.

Modified:
  qjackctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 16:47:35 UTC (rev 340408)
+++ PKGBUILD	2018-06-04 16:59:41 UTC (rev 340409)
@@ -1,15 +1,16 @@
 # $Id$
 # Maintainer: David Runge <dave at sleepmap.de>
-# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
 # Contributor: Tobias Kieslich <tobias at archlinux.org>
 
 pkgname=qjackctl
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt front-end for the JACK low-latency audio server"
 url="https://qjackctl.sourceforge.io"
 arch=('x86_64')
 license=('GPL')
+groups=('pro-audio')
 depends=('jack' 'qt5-x11extras' 'hicolor-icon-theme')
 optdepends=('portaudio: Portaudio support')
 makedepends=('qt5-tools' 'portaudio')
@@ -26,7 +27,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:



More information about the arch-commits mailing list