Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / chuck
Commits: 11c9b124 by Alexander F. Rødseth at 2023-10-05T22:41:28+02:00 upgpkg: 1.5.1.3-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = chuck + pkgdesc = Concurrent, on-the-fly audio programming language + pkgver = 1.5.1.3 + pkgrel = 1 + url = https://chuck.cs.princeton.edu/ + arch = x86_64 + groups = pro-audio + license = GPL + depends = jack + depends = libsndfile + source = https://chuck.cs.princeton.edu/release/files/chuck-1.5.1.3.tgz + sha256sums = 313b82addbd21838831ed61f02e1a664076fdb97196a72e4d8af6e09803b0432 + b2sums = 1becefd5fccb0c33194177340c4b2862bd81a5a8bf3298b85b10927fd7388bbec75846ee9c5a15007d9a71fc05ef394e38374c02796b1a34a73d6567b68c3f18 + +pkgname = chuck ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: tardo <[email protected]> pkgname=chuck -pkgver=1.5.0.3 +pkgver=1.5.1.3 pkgrel=1 pkgdesc='Concurrent, on-the-fly audio programming language' arch=(x86_64) @@ -15,7 +15,8 @@ license=(GPL) depends=(jack libsndfile) groups=(pro-audio) source=("https://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz") -b2sums=('f49633f4f309750ca85ddaa3fe9f442317216f0bf2da5d8f620ce7eaff94bd0dfd9c36009f98929a16c68461c9e55cc8491fe864425c048f46f9966b9b5b502d') +sha256sums=('313b82addbd21838831ed61f02e1a664076fdb97196a72e4d8af6e09803b0432') +b2sums=('1becefd5fccb0c33194177340c4b2862bd81a5a8bf3298b85b10927fd7388bbec75846ee9c5a15007d9a71fc05ef394e38374c02796b1a34a73d6567b68c3f18') build() { make -C "$pkgname-$pkgver/src" linux-jack View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/chuck/-/commit/11c9b124e78f8ad5dc82073253a3ba480e2a711e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/chuck/-/commit/11c9b124e78f8ad5dc82073253a3ba480e2a711e You're receiving this email because of your account on gitlab.archlinux.org.
