Date: Tuesday, December 5, 2017 @ 14:36:19
  Author: dvzrv
Revision: 272244

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-12-05 14:35:56 UTC (rev 272243)
+++ PKGBUILD    2017-12-05 14:36:19 UTC (rev 272244)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: David Runge <d...@sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=rev-plugins
-_name=REV-plugins
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="LADSPA stereo and ambisonic reverb plugin based on zita-rev1"
-arch=('x86_64')
-url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
-license=('GPL2')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=("${url}../downloads/${_name}-${pkgver}.tar.bz2")
-sha512sums=('00f984b47347a4f75d809587c654e3e078cb37a6c324bcec09382d1181bd8665a58044505054de75c9ba58972af7e1d3f964c3a5bd925fed4af5cccd1233bd19')
-
-build() {
-  cd "${_name}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  # plugin
-  install -Dm755 zita-reverbs.so "${pkgdir}/usr/lib/ladspa/zita-reverbs.so"
-  # docs
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}

Copied: rev-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 272243, 
rev-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-12-05 14:36:19 UTC (rev 272244)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: David Runge <d...@sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=rev-plugins
+_name=REV-plugins
+pkgver=0.7.1
+pkgrel=3
+pkgdesc="LADSPA stereo and ambisonic reverb plugin based on zita-rev1"
+arch=('x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/${_name}-${pkgver}.tar.bz2")
+sha512sums=('00f984b47347a4f75d809587c654e3e078cb37a6c324bcec09382d1181bd8665a58044505054de75c9ba58972af7e1d3f964c3a5bd925fed4af5cccd1233bd19')
+
+build() {
+  cd "${_name}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  # plugin
+  install -Dm755 zita-reverbs.so "${pkgdir}/usr/lib/ladspa/zita-reverbs.so"
+  # docs
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}

Reply via email to