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 <d...@sleepmap.de>
-# Maintainer: Ray Rashif <sc...@archlinux.org>
+# Contributor: Ray Rashif <sc...@archlinux.org>
 # Contributor: Rob Til Freedmen <rob.til.freed...@gmail.com>
 # Contributor: Damir Perisa <damir.per...@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:

Reply via email to