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

David Runge dvzrv at archlinux.org
Mon Dec 18 10:49:33 UTC 2017


    Date: Monday, December 18, 2017 @ 10:49:31
  Author: dvzrv
Revision: 274742

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-18 10:49:21 UTC (rev 274741)
+++ PKGBUILD	2017-12-18 10:49:31 UTC (rev 274742)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Renato Budinich <rennabh at gmail dot com>
-
-pkgname=wah-plugins
-pkgver=0.1.0
-pkgrel=3
-pkgdesc="LADSPA Wah filter plugin"
-arch=('x86_64')
-url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
-license=('GPL2')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=("${url}../downloads/WAH-plugins-${pkgver}.tar.bz2")
-sha512sums=('e3063115d2e635bee30ac4792d0c4f3536de79f25c153d790a1721c0f636636feeef5f7dd739c35443a68be058943ca29b4825dceef9bc56f862dbd7c7958ada')
-
-build() {
-  cd "WAH-plugins-${pkgver}"
-  make
-}
-
-package() {
-  cd "WAH-plugins-${pkgver}"
-
-  # plugin
-  install -Dm755 autowah.so "${pkgdir}/usr/lib/ladspa/autowah.so"
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wah-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 274741, wah-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-18 10:49:31 UTC (rev 274742)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Renato Budinich <rennabh at gmail dot com>
+
+pkgname=wah-plugins
+pkgver=0.1.0
+pkgrel=4
+pkgdesc="LADSPA Wah filter plugin"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/WAH-plugins-${pkgver}.tar.bz2")
+sha512sums=('e3063115d2e635bee30ac4792d0c4f3536de79f25c153d790a1721c0f636636feeef5f7dd739c35443a68be058943ca29b4825dceef9bc56f862dbd7c7958ada')
+
+build() {
+  cd "WAH-plugins-${pkgver}"
+  make
+}
+
+package() {
+  cd "WAH-plugins-${pkgver}"
+
+  # plugin
+  install -Dm755 autowah.so "${pkgdir}/usr/lib/ladspa/autowah.so"
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list