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

David Runge dvzrv at archlinux.org
Thu Oct 18 21:39:15 UTC 2018


    Date: Thursday, October 18, 2018 @ 21:39:14
  Author: dvzrv
Revision: 396142

archrelease: copy trunk to community-x86_64

Added:
  caps/repos/community-x86_64/PKGBUILD
    (from rev 396141, caps/trunk/PKGBUILD)
Deleted:
  caps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-18 21:39:07 UTC (rev 396141)
+++ PKGBUILD	2018-10-18 21:39:14 UTC (rev 396142)
@@ -1,28 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: DonVla <donvla at users.sourceforge.net>
-
-pkgname=caps
-pkgver=0.9.25
-pkgrel=1
-pkgdesc="The LADSPA C* Audio Plugin Suite"
-arch=('x86_64')
-url="http://quitte.de/dsp/caps.html"
-license=('GPL3')
-groups=('ladspa-plugins' 'pro-audio')
-depends=('gcc-libs')
-makedepends=('ladspa' 'python')
-source=("http://quitte.de/dsp/${pkgname}_${pkgver}.tar.bz2")
-sha512sums=('8b34fe7aa86495ce1443edd818defa13e34c373d704970158c85132753a1ef5d961ac36354b5ec5eae898ccf4f066b6848c1c4245486302d4984b6909764cbd8')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure.py
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX="$pkgdir/usr" install
-  install -vDm 644 {CHANGES,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: caps/repos/community-x86_64/PKGBUILD (from rev 396141, caps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-18 21:39:14 UTC (rev 396142)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: DonVla <donvla at users.sourceforge.net>
+
+pkgname=caps
+pkgver=0.9.26
+pkgrel=1
+pkgdesc="The LADSPA C* Audio Plugin Suite"
+arch=('x86_64')
+url="http://quitte.de/dsp/caps.html"
+license=('GPL3')
+groups=('ladspa-plugins' 'pro-audio')
+depends=('gcc-libs')
+makedepends=('ladspa' 'python')
+source=("http://quitte.de/dsp/${pkgname}_${pkgver}.tar.bz2")
+sha512sums=('ce9a7219ef0c6c33a5debb407e9b6ea7432c3f50ab32c1915cf91c40cda541a812da887bf57ee536d653195158939889c4baf5fcbe3ded551abc676517e1da7a')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure.py
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX="$pkgdir/usr" install
+  install -vDm 644 {CHANGES,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list