summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2016-11-26 18:30:14 -0700
committerAinola2016-11-26 18:30:14 -0700
commitc86de2e373e33cba5015c9f2ed9aa76a5ee870dc (patch)
tree0a764922a4a178692121d0013fea0e4c214b66bf /PKGBUILD
parent6ccaaeb84d67272dc3849fe42007dc54139b99da (diff)
downloadaur-c86de2e373e33cba5015c9f2ed9aa76a5ee870dc.tar.gz
upgpkg: 6.08.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f6563bfe298..a7308d25d00e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,25 +3,24 @@
# Contributor: Bernardo Barros
pkgname=csound
-pkgver=6.07.0
+pkgver=6.08.0
pkgrel=1
pkgdesc="A programming language for sound rendering and signal processing."
arch=('i686' 'x86_64')
url="http://csound.github.io"
license=('LGPL')
-depends=('fltk' 'fluidsynth' 'liblo' 'portaudio' 'portmidi' 'tk' 'curl' 'stk' 'luajit' 'python2')
+depends=('fltk' 'fluidsynth' 'liblo' 'portaudio' 'portmidi' 'tk' 'curl' 'stk' 'luajit')
makedepends=('pd' 'cmake' 'gmm' 'swig' 'java-environment' 'dssi' 'boost' 'luajit' 'eigen')
-optdepends=('csoundqt: Qt frontend'
- 'vim-csound: Syntax Highlighting and Bindings for Vim'
+optdepends=('csound-doc: The Canonical Csound Reference Manual'
+ 'csoundqt: Qt frontend'
'java-environment: Java Wrapper'
- 'csound-doc: The Canonical Csound Reference Manual')
+ 'python2: csnd6 python bindings'
+ 'vim-csound: Syntax Highlighting and Bindings for Vim')
source=("https://github.com/csound/csound/archive/${pkgver}.tar.gz"
"Custom.cmake"
- "boost-1.60-name-clash.patch"
"csound.sh")
-sha256sums=('606af463da477cf4a3f89d00a4fda63c7eb0dc7f50a8923069f009dfdc545799'
+sha256sums=('480bde5c07ac7fb8303b4c84c01710999815c2334501d007170adc9cdbf826a1'
'81c9473ad3142c658afe2e509f3ae597b5349bba07f95d4ba03f420188786e57'
- '65a205a8d617b6243a892cea9d2c6ed8ab0ace42a9992615c6274d0adb9187bd'
'23db5bda78f13d5f16eceea085bba660d7b7012a89518e477d12dfef82dbadeb')
prepare() {