summaryrefslogtreecommitdiff
path: root/community/supercollider/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-09 00:04:40 -0800
committerroot <root@rshg054.dnsready.net>2013-03-09 00:04:40 -0800
commit92eac63df242654434dceb000bac083f6e81a6b9 (patch)
tree322b4e24c165c3064505d5dac1a3172f9a28151d /community/supercollider/PKGBUILD
parent53d9a0cf7cf894f08a1f6736b8f8440bd7b18a59 (diff)
Sat Mar 9 00:04:39 PST 2013
Diffstat (limited to 'community/supercollider/PKGBUILD')
-rw-r--r--community/supercollider/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/supercollider/PKGBUILD b/community/supercollider/PKGBUILD
index c62eeca72..5421cc3dd 100644
--- a/community/supercollider/PKGBUILD
+++ b/community/supercollider/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 82202 2013-01-11 18:53:55Z speps $
+# $Id: PKGBUILD 85873 2013-03-08 00:29:18Z speps $
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: <farid at archlinux-br.org>
_name=SuperCollider
pkgname=supercollider
-pkgver=3.6.2
+pkgver=3.6.3
pkgrel=1
pkgdesc="An environment and programming language for real time audio synthesis and algorithmic composition"
arch=('i686' 'x86_64')
@@ -18,11 +18,10 @@ optdepends=('emacs: emacs interface'
'ruby: vim support')
install="$pkgname.install"
source=("http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2")
-md5sums=('b160930f01c2b00df303f8112bbe2f3f')
+md5sums=('f6d8384eb076f3ccced5051abd2f33bf')
build() {
cd "$srcdir/$_name-Source"
-
[ -d bld ] || mkdir bld && cd bld
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release