[arch-commits] Commit in csound/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Jul 11 19:02:52 UTC 2020
Date: Saturday, July 11, 2020 @ 19:02:52
Author: dvzrv
Revision: 663280
upgpkg: csound 6.14.0-5: Fixing optdepends.
A typo did not declare wiiuse as optdepends properly.
Modified:
csound/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-11 19:01:49 UTC (rev 663279)
+++ PKGBUILD 2020-07-11 19:02:52 UTC (rev 663280)
@@ -6,7 +6,7 @@
pkgbase=csound
pkgname=('csound' 'csound-doc')
pkgver=6.14.0
-pkgrel=4
+pkgrel=5
pkgdesc="A programming language for sound rendering and signal processing."
arch=('x86_64')
url="https://csound.com"
@@ -94,7 +94,7 @@
'libpulse: for librtpulse plugin'
'stk: for libstkops plugin'
'libwebsockets: for libwebsocketIO plugin'
- 'bwiiuse: for libwiimote plugin'
+ 'wiiuse: for libwiimote plugin'
'libx11: for libwidgets plugin'
'lua: for LUA integration'
'openssl: for libfaustcsound plugin'
More information about the arch-commits
mailing list