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

David Runge dvzrv at archlinux.org
Sun Jun 3 14:35:11 UTC 2018


    Date: Sunday, June 3, 2018 @ 14:35:10
  Author: dvzrv
Revision: 339148

upgpkg: jalv 1.6.0-3

Adding to pro-audio group. Minor fixes.

Modified:
  jalv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 14:33:01 UTC (rev 339147)
+++ PKGBUILD	2018-06-03 14:35:10 UTC (rev 339148)
@@ -4,11 +4,12 @@
 
 pkgname=jalv
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple but fully featured LV2 host for Jack"
 arch=('x86_64')
 url="https://drobilla.net/software//"
 license=('custom:ISC')
+groups=('pro-audio')
 depends=('lilv' 'suil')
 makedepends=('python' 'qt4' 'qt5-base' 'gtk3' 'gtkmm')
 optdepends=('qt4: Qt 4.x frontend'
@@ -30,8 +31,8 @@
   cd "${pkgname}-${pkgver}"
   python waf install --destdir="${pkgdir}"
   # license
-  install -vDm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm644 {AUTHORS,NEWS,README}
+    -vDm 644 {AUTHORS,NEWS,README}
 }



More information about the arch-commits mailing list