summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b3dbb0f51ac..598ec5eb88fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Nov 27 01:39:40 UTC 2016
+# Sat Feb 25 20:31:40 UTC 2017
pkgbase = csound
pkgdesc = A programming language for sound rendering and signal processing.
pkgver = 6.08.0
- pkgrel = 3
+ pkgrel = 4
url = http://csound.github.io
arch = i686
arch = x86_64
@@ -26,10 +26,11 @@ pkgbase = csound
depends = curl
depends = stk
depends = luajit
+ depends = python2
+ depends = hdf5
optdepends = csound-doc: The Canonical Csound Reference Manual
optdepends = csoundqt: Qt frontend
optdepends = java-environment: Java Wrapper
- optdepends = python2: csnd6 python bindings
optdepends = vim-csound: Syntax Highlighting and Bindings for Vim
source = https://github.com/csound/csound/archive/6.08.0.tar.gz
source = Custom.cmake
diff --git a/PKGBUILD b/PKGBUILD
index a23c5c20f595..96698f732e53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=csound
pkgver=6.08.0
-pkgrel=3
+pkgrel=4
pkgdesc="A programming language for sound rendering and signal processing."
arch=('i686' 'x86_64')
url="http://csound.github.io"