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

David Runge dvzrv at archlinux.org
Sun Nov 18 19:03:28 UTC 2018


    Date: Sunday, November 18, 2018 @ 19:03:28
  Author: dvzrv
Revision: 408731

upgpkg: marsyas 0.5.0-6

Renaming sfinfo binary because of conflict (FS#60787).

Modified:
  marsyas/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-18 18:59:39 UTC (rev 408730)
+++ PKGBUILD	2018-11-18 19:03:28 UTC (rev 408731)
@@ -4,7 +4,7 @@
 
 pkgname=marsyas
 pkgver=0.5.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
 arch=('x86_64')
 url="http://marsyas.info"
@@ -70,4 +70,6 @@
   # docs
   install -vDm 644 ../{AUTHORS,README,TODO} \
     -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # rename sfinfo https://bugs.archlinux.org/task/60787
+  mv -v "${pkgdir}/usr/bin/sfinfo" "${pkgdir}/usr/bin/${pkgname}-sfinfo"
 }



More information about the arch-commits mailing list