[arch-commits] Commit in pvoc/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Jun 4 15:33:20 UTC 2018


    Date: Monday, June 4, 2018 @ 15:33:19
  Author: dvzrv
Revision: 340402

archrelease: copy trunk to community-x86_64

Added:
  pvoc/repos/community-x86_64/PKGBUILD
    (from rev 340401, pvoc/trunk/PKGBUILD)
Deleted:
  pvoc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 15:33:06 UTC (rev 340401)
+++ PKGBUILD	2018-06-04 15:33:19 UTC (rev 340402)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=pvoc
-pkgver=0.1.12
-pkgrel=3
-pkgdesc="LADSPLA plugins and a tool for time compression/expansion using phase-vocoding"
-arch=('x86_64')
-url="http://quitte.de/dsp/pvoc.html"
-license=('GPL2')
-groups=('ladspa-plugins')
-depends=('ladspa' 'fftw' 'libsndfile')
-source=("http://quitte.de/dsp/${pkgname}_${pkgver}.tar.gz")
-sha512sums=('132bf0db349f5b6f574c169af3e7cbe3db550dc3729616d6a9e5be4a468a40c8c3bbbcc42135d870ae8460e33e778e31b0fe24c2665893e1c6e0d9a694406a0f')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX="${pkgdir}/usr" MAN1DEST="${pkgdir}/usr/share/man/man1" install
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pvoc/repos/community-x86_64/PKGBUILD (from rev 340401, pvoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 15:33:19 UTC (rev 340402)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=pvoc
+pkgver=0.1.12
+pkgrel=4
+pkgdesc="LADSPLA plugins and a tool for time compression/expansion using phase-vocoding"
+arch=('x86_64')
+url="http://quitte.de/dsp/pvoc.html"
+license=('GPL2')
+groups=('ladspa-plugins' 'pro-audio')
+depends=('fftw' 'libsndfile')
+makedepends=('ladspa')
+source=("http://quitte.de/dsp/${pkgname}_${pkgver}.tar.gz")
+sha512sums=('132bf0db349f5b6f574c169af3e7cbe3db550dc3729616d6a9e5be4a468a40c8c3bbbcc42135d870ae8460e33e778e31b0fe24c2665893e1c6e0d9a694406a0f')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX="${pkgdir}/usr" MAN1DEST="${pkgdir}/usr/share/man/man1" install
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list