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

David Runge dvzrv at archlinux.org
Sun Jun 3 10:09:20 UTC 2018


    Date: Sunday, June 3, 2018 @ 10:09:20
  Author: dvzrv
Revision: 339012

upgpkg: amsynth 1.8.0-4

Adding to pro-audio group. Adding to the correct plugin group (ladspa-plugins). Minor fixes.

Modified:
  amsynth/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 09:58:16 UTC (rev 339011)
+++ PKGBUILD	2018-06-03 10:09:20 UTC (rev 339012)
@@ -5,12 +5,12 @@
 
 pkgname=amsynth
 pkgver=1.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Analogue Modeling SYNTHesizer"
 arch=('x86_64')
 url="https://amsynth.github.io/"
 license=('GPL2')
-groups=('dssi-plugins' 'lv2-plugins')
+groups=('dssi-plugins' 'ladspa-plugins' 'pro-audio')
 depends=('gtk2' 'jack' 'liblo')
 makedepends=('dssi' 'ladspa' 'intltool' 'pandoc')
 source=("https://github.com/amsynth/amsynth/releases/download/release-${pkgver}/amsynth-${pkgver}.tar.bz2")
@@ -32,7 +32,6 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir/" install
-  install -Dm 644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm 644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -vDm 644 {AUTHORS,NEWS,README} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }



More information about the arch-commits mailing list