diff --git a/community/csound/PKGBUILD b/community/csound/PKGBUILD index 35e6fd6e4..8dfc3a1dc 100644 --- a/community/csound/PKGBUILD +++ b/community/csound/PKGBUILD @@ -13,7 +13,7 @@ buildarch=22 pkgbase=csound pkgname=('csound' 'csound-doc') pkgver=6.11.0 -pkgrel=7 +pkgrel=8 pkgdesc="A programming language for sound rendering and signal processing." arch=('x86_64') url="http://csound.com" @@ -29,7 +29,7 @@ source=("${pkgname[0]}-${pkgver}.tar.gz::https://github.com/csound/csound/archiv "https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip" "https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_pdf.zip") sha512sums=('0261a9ed83d1545c4a29ab1e64dfe6ee72b3c4529b8c2107b81d6753a3fd76614aca12d59fc6d59b5cc093be4f631e41fdb3d57121bc4eeb67d6ca44c3ad01ad' - '26e92e7168961686b3d89e9d552f4b086922469f7fc3e8b4b967d32bb7e41fddf014fd52a0aef30f229db57f7eac2980efe7c54b3fc3a7c321ae7e20adbb3995' + '53a8ae1e61db2a3a492930ef0f0881b613ae47108c5e8de0a6e2aa28bcf7a5c93c7fea8b7fc2bbae29ab92e1e68bf94ba406be1255ad8ab5725ea9078c1fd6dc' '67a67dd7718da8e88f7c92f18ce1136372044d40c3a9ef86bdaed5c8172e225aa03448ec656da22d60fe9edfc0f6b10f337b02b96505f2e8c0815ef1b8b6a084' 'c40fe88be3c101d84c473225183ccf02978113e24ad49d67945a1113012c39f590a7d51aeba939c4c43c691763b155a8f203ea993004f9d67d887f7ddce977d5' 'c2ed8c9e44c50df7a82c3f10d117007795a38d6d7d5b364240b3def75a5469111d2e1c0ab059825233c765fa7ceb1c876f4439045b6d88bd0060b56343fb7c81') diff --git a/community/csound/csound.sh b/community/csound/csound.sh index e2042ef8b..33a1e818f 100644 --- a/community/csound/csound.sh +++ b/community/csound/csound.sh @@ -1,3 +1,3 @@ -export OPCODE6DIR=/usr/lib/csound/plugins64 +export OPCODE6DIR=/usr/lib/csound/plugins64-6.0 export CSSTRNGS=/usr/share/locale -export RAWWAVE_PATH=/usr/lib/stk/rawwaves +export RAWWAVE_PATH=/usr/share/stk/rawwaves