[arch-commits] Commit in tap-plugins/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Jun 5 21:51:29 UTC 2018


    Date: Tuesday, June 5, 2018 @ 21:51:29
  Author: dvzrv
Revision: 340644

upgpkg: tap-plugins 1.0.0-3

Moving ladspa to makedepends. Adding to pro-audio group.

Modified:
  tap-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 21:42:27 UTC (rev 340643)
+++ PKGBUILD	2018-06-05 21:51:29 UTC (rev 340644)
@@ -5,13 +5,14 @@
 
 pkgname=tap-plugins
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Tom's LADSPA Plugins"
 arch=('x86_64')
 url="http://tap-plugins.sourceforge.net/"
 license=('GPL2')
-groups=('ladspa-plugins')
-depends=('ladspa')
+groups=('ladspa-plugins' 'pro-audio')
+depends=('glibc')
+makedepends=('ladspa')
 source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('fc6c6bd394aa3bd6937180a548422de107a5be2ec06338dd107346fd65ceba2ada00835ab53d0491db5cd1744d94a33fe9a80079c9f1d0ca3ef2e127c3b5d549')
 
@@ -29,5 +30,5 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm644 {CREDITS,README}
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" -vDm 644 {CREDITS,README}
 }



More information about the arch-commits mailing list