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

David Runge dvzrv at archlinux.org
Sun Feb 9 20:33:33 UTC 2020


    Date: Sunday, February 9, 2020 @ 20:33:33
  Author: dvzrv
Revision: 565543

upgpkg: faust 2.20.2-3: Rebuilding, as upstream just yolo retagged their release. Removing faust2au, as it requires perl and can only be used on macOS anyways.

Modified:
  faust/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 20:16:39 UTC (rev 565542)
+++ PKGBUILD	2020-02-09 20:33:33 UTC (rev 565543)
@@ -5,7 +5,7 @@
 
 pkgname=faust
 pkgver=2.20.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A functional programming language for realtime audio signal processing."
 arch=('x86_64')
 url="https://faust.grame.fr/"
@@ -35,7 +35,7 @@
 options=('staticlibs')
 source=("https://github.com/grame-cncm/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
         "${pkgname}-2.20.2-fix_c-api.patch::https://github.com/grame-cncm/faust/commit/0bbc3e4b605d3cec5e8fa17162b342e761ae9a1a.patch")
-sha512sums=('35c0025eb16d80bf927573b07c3cb4350521ec9efb563712f256c2d6bc0635c81f57f4e6e33c2318e6dd73c77d2c7334814add47f2393d1f00e87614a4d93e1e'
+sha512sums=('1b2a38d03f88679a542eae4f2150d127a5208bf18cdbe612789db4fa52284607cc3319d62a3e0427ce2dbfe215923b063452e8ad35cc3fa4a603ad66914f0a84'
             '3a8fd90694e62ed89c4ee4ebf8e81bbff397a66ba58184f4334e6ad0559b4285f4d6c54338b4024b30cacf378e3291cd5d3ef08bb896f152cf5139a99c607b75')
 
 prepare() {
@@ -91,5 +91,8 @@
   # emacs
   install -vDm 644 "${pkgname}-mode.el" \
     -t "${pkgdir}/usr/share/emacs/site-lisp/"
+
+  # removing unusable scripts
+  rm -v "${pkgdir}/usr/bin/${pkgname}2au"
 }
 



More information about the arch-commits mailing list