summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2016-06-11 10:03:57 -0600
committerAinola2016-06-11 10:03:57 -0600
commit6ccaaeb84d67272dc3849fe42007dc54139b99da (patch)
treeeea030ba64c1232ac7eca2703e4c56ff2c7a86dd /PKGBUILD
parentcf31fbf2ecc8c34030704745e7ccb3695584b86c (diff)
downloadaur-6ccaaeb84d67272dc3849fe42007dc54139b99da.tar.gz
upgpkg: 6.07.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 780be34d14d7..5f6563bfe298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bernardo Barros
pkgname=csound
-pkgver=6.06.0
+pkgver=6.07.0
pkgrel=1
pkgdesc="A programming language for sound rendering and signal processing."
arch=('i686' 'x86_64')
@@ -19,16 +19,13 @@ source=("https://github.com/csound/csound/archive/${pkgver}.tar.gz"
"Custom.cmake"
"boost-1.60-name-clash.patch"
"csound.sh")
-sha256sums=('0be4d845729f9219d59f3e87b91bc2672e26838178fb0fc4a7753211984d3ef2'
+sha256sums=('606af463da477cf4a3f89d00a4fda63c7eb0dc7f50a8923069f009dfdc545799'
'81c9473ad3142c658afe2e509f3ae597b5349bba07f95d4ba03f420188786e57'
'65a205a8d617b6243a892cea9d2c6ed8ab0ace42a9992615c6274d0adb9187bd'
'23db5bda78f13d5f16eceea085bba660d7b7012a89518e477d12dfef82dbadeb')
prepare() {
cp "$srcdir"/Custom.cmake "csound-${pkgver}"
-
- # Fixes https://github.com/csound/csound/issues/570 until they release officially.
- patch -d "$srcdir/csound-$pkgver" -p1 < boost-1.60-name-clash.patch
}
build() {