Date: Sunday, October 4, 2015 @ 17:20:42 Author: arodseth Revision: 142918
upgpkg: chuck 1.3.5.1-1 Modified: chuck/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-04 10:44:50 UTC (rev 142917) +++ PKGBUILD 2015-10-04 15:20:42 UTC (rev 142918) @@ -7,7 +7,7 @@ # Contributor: tardo <[email protected]> pkgname=chuck -pkgver=1.3.5.0 +pkgver=1.3.5.1 pkgrel=1 pkgdesc='Concurrent, on-the-fly audio programming language' arch=('x86_64' 'i686') @@ -15,7 +15,7 @@ license=('GPL') depends=('gcc-libs' 'libsndfile' 'jack') source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz") -sha256sums=('658e361ceb2ef263c38432e8182664dfe7bf0473fc4580a392a4326b66a14266') +sha256sums=('d141ca61547131edd2b29bdb88183835e4133ef09807674bfa33a4e6e09d1f53') build() { # Other build alternatives are: linux-alsa linux-oss osx win32 @@ -30,4 +30,5 @@ cp -r ../examples "$pkgdir/usr/share/doc/$pkgname" } +# getver: chuck.cs.princeton.edu/release # vim:set ts=2 sw=2 et:
