Date: Monday, April 14, 2014 @ 13:34:05 Author: arodseth Revision: 109393
upgpkg: chuck 1.3.4.0-1 Modified: chuck/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-14 11:24:07 UTC (rev 109392) +++ PKGBUILD 2014-04-14 11:34:05 UTC (rev 109393) @@ -7,8 +7,8 @@ # Contributor: tardo <[email protected]> pkgname=chuck -pkgver=1.3.2.0 -pkgrel=2 +pkgver=1.3.4.0 +pkgrel=1 pkgdesc='Concurrent, on-the-fly audio programming language' arch=('x86_64' 'i686') url='http://chuck.cs.princeton.edu/' @@ -15,7 +15,7 @@ license=('GPL') depends=('gcc-libs' 'libsndfile' 'jack') source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz") -sha256sums=('ee0c7d94cd4053f9683f84007350992b7e7552fcc190eeba21a66de8deaf3948') +sha256sums=('b65ee7c512192c732d638777fa1e1d885b95f315f3f36e059c168518169a8b33') build() { # Other build alternatives are: linux-alsa linux-oss osx win32
