Date: Sunday, December 3, 2017 @ 22:48:15
  Author: dvzrv
Revision: 272053

upgpkg: mcp-plugins 0.4.0-3

Updating maintainer. Switching to correct license (GPL2). Switching to 
sha512sums.
Installing various docs. Minor fixes.

Modified:
  mcp-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-12-03 22:38:38 UTC (rev 272052)
+++ PKGBUILD    2017-12-03 22:48:15 UTC (rev 272053)
@@ -1,27 +1,28 @@
 # $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
+# Maintainer: David Runge <d...@sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=mcp-plugins
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A set of LADSPA filters plugins"
 arch=('x86_64')
 url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
-license=('GPL')
+license=('GPL2')
 groups=('ladspa-plugins')
 depends=('ladspa')
-source=("${url}../downloads/MCP-plugins-$pkgver.tar.bz2")
-md5sums=('2a0fc50281a150eb781dbcfe2fb9c532')
+source=("${url}../downloads/MCP-plugins-${pkgver}.tar.bz2")
+sha512sums=('8a5e431ea539a46ce3d3f554fae21fc09028d898e24c316ab1b0d3d6540650107a1d10ce9a4cb6d1f0d2fd8868e2b43cf439f47ed6d90fb066375bbf3883d344')
 
 build() {
-  cd "$srcdir/MCP-plugins-$pkgver"
+  cd "MCP-plugins-${pkgver}"
   make
 }
 
 package() {
-  cd "$srcdir/MCP-plugins-$pkgver"
-
-  # plugins
-  install -d "$pkgdir/usr/lib/ladspa"
-  install -Dm755 *.so "$pkgdir/usr/lib/ladspa"
+  cd "MCP-plugins-${pkgver}"
+  # install plugins
+  install -t "${pkgdir}/usr/lib/ladspa/" -Dm755 *.so
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
 }

Reply via email to