summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2017-12-22 21:28:12 -0700
committerAinola2017-12-22 21:28:12 -0700
commit0135ba4467f687352696ff04ae923f15d7928f97 (patch)
tree0c599fff8b0032f77fc3df4d6f69d7e3167ef79e /PKGBUILD
parenta9cbc75e5cfd5113c91a36eef909e51182203280 (diff)
downloadaur-csound.tar.gz
upgpkg: 6.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd89e1d559c2..cc9b98a1d5c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Bernardo Barros
pkgname=csound
-pkgver=6.09.1
-pkgrel=3
+pkgver=6.10.0
+pkgrel=1
pkgdesc="A programming language for sound rendering and signal processing."
arch=('i686' 'x86_64')
url="http://csound.github.io"
@@ -18,18 +18,10 @@ optdepends=('csound-doc: The Canonical Csound Reference Manual'
# Both Libextractor and Csound install /usr/bin/extractor
conflicts=('libextractor')
source=("https://github.com/csound/csound/archive/${pkgver}.tar.gz"
- "python_install_dir.patch"
"csound.sh")
-sha256sums=('e4d2e9870d3b29305c9bc404dc93806e61420a57fc4bc69577676b4934c71777'
- '9c13a6d416294f073e481db934c6a816170af012d3b5b8707d8699deb29bee89'
+sha256sums=('a241043521572d00ae3a926611ac52fd6a7e3fe6bafdbe707867aafe32f6d8a3'
'23db5bda78f13d5f16eceea085bba660d7b7012a89518e477d12dfef82dbadeb')
-prepare() {
- # 6.09.1 tries to install python modules in the home dir.
- # https://github.com/csound/csound/issues/828#issuecomment-315856126
- patch -d "csound-$pkgver" -p1 < python_install_dir.patch
-}
-
build() {
cd "csound-${pkgver}"
mkdir -p bld && cd bld