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

David Runge dvzrv at archlinux.org
Tue Jun 5 21:42:14 UTC 2018


    Date: Tuesday, June 5, 2018 @ 21:42:13
  Author: dvzrv
Revision: 340642

upgpkg: swh-plugins 0.4.17-3

Moving ladspa to makedepends.

Modified:
  swh-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 21:35:18 UTC (rev 340641)
+++ PKGBUILD	2018-06-05 21:42:13 UTC (rev 340642)
@@ -1,6 +1,6 @@
 # $Id$
 # Maintainer: David Runge <dave at sleepmap.de>
-# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
 # Contributor: Rob Til Freedmen <rob.til.freedman at gmail.com>
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 # Contributor: Robert Emil Berge
@@ -7,13 +7,13 @@
 
 pkgname=swh-plugins
 pkgver=0.4.17
-pkgrel=2
+pkgrel=3
 pkgdesc="Steve Harris' LADSPA plug-ins suite"
 arch=('x86_64')
 url="http://plugin.org.uk/"
 license=('GPL2')
-depends=('fftw' 'ladspa' 'gsm')
-makedepends=('libxml2' 'perl-xml-parser')
+depends=('fftw' 'gsm')
+makedepends=('ladspa' 'libxml2' 'perl-xml-parser')
 groups=('ladspa-plugins' 'pro-audio')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/swh/ladspa/archive/v${pkgver}.tar.gz"
         'use_system_gsm.patch')
@@ -39,7 +39,7 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir/" install
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm644 {AUTHORS,ChangeLog,NEWS,README,TODO}
+    -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO}
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list