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

David Runge dvzrv at archlinux.org
Mon Feb 5 14:07:55 UTC 2018


    Date: Monday, February 5, 2018 @ 14:07:54
  Author: dvzrv
Revision: 289175

upgpkg: faust 2.5.17-3

Removing useless provides. Switching to java-environment as optdepends (faust2android compiles stuff after all...).

Modified:
  faust/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-05 13:55:45 UTC (rev 289174)
+++ PKGBUILD	2018-02-05 14:07:54 UTC (rev 289175)
@@ -5,7 +5,7 @@
 
 pkgname=faust
 pkgver=2.5.17
-pkgrel=2
+pkgrel=3
 pkgdesc="A functional programming language for realtime audio signal processing."
 arch=('x86_64')
 url="https://faust.grame.fr/"
@@ -13,8 +13,7 @@
 depends=('bash' 'llvm-libs' 'libsndfile' 'libmicrohttpd' 'python2' 'ruby')
 makedepends=('llvm' 'xxd')
 optdepends=('clang: needed for sound2reader'
-            'java-runtime=8: needed for faust2android')
-provides=('faust')
+            'java-environment=8: needed for faust2android')
 options=('staticlibs')
 source=("https://github.com/grame-cncm/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
         'python2-fix.patch')



More information about the arch-commits mailing list