Date: Wednesday, February 7, 2018 @ 12:57:58
  Author: dvzrv
Revision: 289976

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-02-07 12:57:46 UTC (rev 289975)
+++ PKGBUILD    2018-02-07 12:57:58 UTC (rev 289976)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: David Runge <[email protected]>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Ng Oon-Ee <[email protected]>
-
-pkgname=tap-plugins
-pkgver=0.7.3
-pkgrel=2
-pkgdesc="Tom's LADSPA Plugins"
-arch=('x86_64')
-url="http://tap-plugins.sourceforge.net/";
-license=('GPL2')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('c4e9c93b9fd8afb82067cf3a48ae665843da775c3af6124147ff1f8651d96734a4b961c4c5ea48877b32770e6d0b5a793af32a5cbb6e3b9afd5b59c8b3cc2621')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # correct install path
-  sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 CREDITS "${pkgdir}/usr/share/doc/${pkgname}/CREDITS"
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}

Copied: tap-plugins/repos/community-x86_64/PKGBUILD (from rev 289975, 
tap-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-02-07 12:57:58 UTC (rev 289976)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: David Runge <[email protected]>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Ng Oon-Ee <[email protected]>
+
+pkgname=tap-plugins
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="Tom's LADSPA Plugins"
+arch=('x86_64')
+url="http://tap-plugins.sourceforge.net/";
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('fc6c6bd394aa3bd6937180a548422de107a5be2ec06338dd107346fd65ceba2ada00835ab53d0491db5cd1744d94a33fe9a80079c9f1d0ca3ef2e127c3b5d549')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # correct install path
+  sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm644 {CREDITS,README}
+}

Reply via email to