[arch-commits] Commit in mcp-plugins/repos/community-testing-x86_64 (2 files)

David Runge dvzrv at archlinux.org
Mon Dec 18 10:39:01 UTC 2017


    Date: Monday, December 18, 2017 @ 10:39:01
  Author: dvzrv
Revision: 274732

archrelease: copy trunk to community-testing-x86_64

Added:
  mcp-plugins/repos/community-testing-x86_64/PKGBUILD
    (from rev 274731, mcp-plugins/trunk/PKGBUILD)
Deleted:
  mcp-plugins/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-18 10:38:50 UTC (rev 274731)
+++ PKGBUILD	2017-12-18 10:39:01 UTC (rev 274732)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=mcp-plugins
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="A set of LADSPA filters plugins"
-arch=('x86_64')
-url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
-license=('GPL2')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=("${url}../downloads/MCP-plugins-${pkgver}.tar.bz2")
-sha512sums=('8a5e431ea539a46ce3d3f554fae21fc09028d898e24c316ab1b0d3d6540650107a1d10ce9a4cb6d1f0d2fd8868e2b43cf439f47ed6d90fb066375bbf3883d344')
-
-build() {
-  cd "MCP-plugins-${pkgver}"
-  make
-}
-
-package() {
-  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"
-}

Copied: mcp-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 274731, mcp-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-18 10:39:01 UTC (rev 274732)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=mcp-plugins
+pkgver=0.4.0
+pkgrel=4
+pkgdesc="A set of LADSPA filters plugins"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/MCP-plugins-${pkgver}.tar.bz2")
+sha512sums=('8a5e431ea539a46ce3d3f554fae21fc09028d898e24c316ab1b0d3d6540650107a1d10ce9a4cb6d1f0d2fd8868e2b43cf439f47ed6d90fb066375bbf3883d344')
+
+build() {
+  cd "MCP-plugins-${pkgver}"
+  make
+}
+
+package() {
+  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"
+}



More information about the arch-commits mailing list