Date: Friday, February 16, 2018 @ 09:46:36
  Author: arodseth
Revision: 294973

archrelease: copy trunk to community-x86_64

Added:
  chuck/repos/community-x86_64/PKGBUILD
    (from rev 294972, chuck/trunk/PKGBUILD)
Deleted:
  chuck/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-02-16 09:46:26 UTC (rev 294972)
+++ PKGBUILD    2018-02-16 09:46:36 UTC (rev 294973)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rods...@gmail.com>
-# Contributor: Laurent Carlier <lordhea...@gmail.com>
-# Contributor: Brad Fanella <bradfane...@archlinux.us>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-# Contributor: Jeff Mickey <j...@archlinux.org>
-# Contributor: tardo <ta...@nagi-fanboi.net>
-
-pkgname=chuck
-pkgver=1.3.5.2
-pkgrel=1
-pkgdesc='Concurrent, on-the-fly audio programming language'
-arch=('x86_64' 'i686')
-url='http://chuck.cs.princeton.edu/'
-license=('GPL')
-  depends=('gcc-libs' 'libsndfile' 'jack')
-source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";)
-sha256sums=('e900b8545ffcb69c6d49354b18c43a9f9b8f789d3ae822f34b408eaee8d3e70b')
-
-build() {
-  # Other build alternatives are: linux-alsa linux-oss osx win32
-  make -C "$pkgname-$pkgver/src" linux-jack
-}
-
-package() {
-  cd "$pkgname-$pkgver/src"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# getver: chuck.cs.princeton.edu/release
-# vim:set ts=2 sw=2 et:

Copied: chuck/repos/community-x86_64/PKGBUILD (from rev 294972, 
chuck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-02-16 09:46:36 UTC (rev 294973)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rods...@gmail.com>
+# Contributor: Laurent Carlier <lordhea...@gmail.com>
+# Contributor: Brad Fanella <bradfane...@archlinux.us>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: Jeff Mickey <j...@archlinux.org>
+# Contributor: tardo <ta...@nagi-fanboi.net>
+
+pkgname=chuck
+pkgver=1.4.0.0
+pkgrel=1
+pkgdesc='Concurrent, on-the-fly audio programming language'
+arch=('x86_64')
+url='http://chuck.cs.princeton.edu/'
+license=('GPL')
+depends=('jack' 'libsndfile')
+source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz";) # 
no https available
+sha256sums=('2caee332b8d48e2fddad0f8a0a1811b6cf4c5afab73ae8a17b85ec759cce27ac')
+
+build() {
+  # Other build alternatives are: linux-alsa linux-oss osx win32
+  make -C "$pkgname-$pkgver/src" linux-jack
+}
+
+package() {
+  cd "$pkgname-$pkgver/src"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -r ../examples "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# getver: chuck.cs.princeton.edu/release
+# vim: ts=2 sw=2 et:

Reply via email to