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

David Runge dvzrv at archlinux.org
Sun Jun 3 17:04:35 UTC 2018


    Date: Sunday, June 3, 2018 @ 17:04:34
  Author: dvzrv
Revision: 339411

upgpkg: linuxsampler 2.1.0-2

Adding to pro-audio group. Minor fixes.

Modified:
  linuxsampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 17:03:54 UTC (rev 339410)
+++ PKGBUILD	2018-06-03 17:04:34 UTC (rev 339411)
@@ -6,11 +6,12 @@
 
 pkgname=linuxsampler
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
 arch=('x86_64')
 url="https://www.linuxsampler.org/"
-license=('GPL2' 'custom:exception')
+license=('custom')
+groups=('pro-audio')
 depends=('libgig' 'jack' 'sqlite')
 makedepends=('ladspa' 'dssi' 'lv2')
 source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2"
@@ -31,7 +32,7 @@
   make DESTDIR="${pkgdir}" install
 
   # install GPL exception statement
-  install -Dm644 "${srcdir}/license.txt" \
+  install -vDm 644 "${srcdir}/license.txt" \
     "${pkgdir}/usr/share/licenses/${pkgname}/GPL-EXCEPTION"
 
   # lscp files conflict with nilfs-utils



More information about the arch-commits mailing list