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

David Runge dvzrv at archlinux.org
Mon Jun 4 18:29:40 UTC 2018


    Date: Monday, June 4, 2018 @ 18:29:39
  Author: dvzrv
Revision: 340417

upgpkg: qsampler 0.5.1-2

Adding to pro-audio group. Minor fixes.

Modified:
  qsampler/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 17:30:07 UTC (rev 340416)
+++ PKGBUILD	2018-06-04 18:29:39 UTC (rev 340417)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: David Runge <dave at sleepmap.de>
 # Contributor: Martin C. Doege <mdoege at compuserve dot com>
 # Contributor: Ray Rashif <schiv at archlinux.org>
@@ -5,11 +6,12 @@
 
 pkgname=qsampler
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A LinuxSampler Qt GUI Interface"
 arch=('x86_64')
 url="https://qsampler.sourceforge.io/"
 license=('GPL')
+groups=('pro-audio')
 depends=('hicolor-icon-theme' 'linuxsampler' 'liblscp' 'qt5-x11extras')
 makedepends=('qt5-tools')
 source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
@@ -26,7 +28,7 @@
 
   make DESTDIR="$pkgdir" install
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
-    -vDm644 {AUTHORS,ChangeLog,README,TODO}
+    -vDm 644 {AUTHORS,ChangeLog,README,TODO}
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list