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

David Runge dvzrv at archlinux.org
Mon Dec 18 08:48:02 UTC 2017


    Date: Monday, December 18, 2017 @ 08:48:02
  Author: dvzrv
Revision: 274719

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-18 08:47:52 UTC (rev 274718)
+++ PKGBUILD	2017-12-18 08:48:02 UTC (rev 274719)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=amb-plugins
-pkgver=0.8.1
-pkgrel=3
-pkgdesc="A set of LADSPA ambisonics plugins"
-arch=('x86_64')
-url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
-license=('GPL2')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=("${url}../downloads/AMB-plugins-${pkgver}.tar.bz2")
-sha512sums=('cdf0f6f656012f1e9d31f54d4446392223165327804f44c8d767904c51ab54a858099f8ad5f57362494d1a3cd73c4b258b4748022b5d9b3f860ab4bb84dd4a71')
-
-build() {
-  cd "${srcdir}/AMB-plugins-${pkgver}"
-  make
-}
-
-package() {
-  cd "${srcdir}/AMB-plugins-${pkgver}"
-  install -t "${pkgdir}/usr/lib/ladspa/" -Dm 755 *.so
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-}

Copied: amb-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 274718, amb-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-18 08:48:02 UTC (rev 274719)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=amb-plugins
+pkgver=0.8.1
+pkgrel=4
+pkgdesc="A set of LADSPA ambisonics plugins"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/AMB-plugins-${pkgver}.tar.bz2")
+sha512sums=('cdf0f6f656012f1e9d31f54d4446392223165327804f44c8d767904c51ab54a858099f8ad5f57362494d1a3cd73c4b258b4748022b5d9b3f860ab4bb84dd4a71')
+
+build() {
+  cd "${srcdir}/AMB-plugins-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/AMB-plugins-${pkgver}"
+  install -t "${pkgdir}/usr/lib/ladspa/" -Dm 755 *.so
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+}



More information about the arch-commits mailing list