Date: Thursday, March 3, 2011 @ 02:49:00 Author: schiv Revision: 112020
upgpkg: jack 0.120.1-1 upstream release Modified: jack/trunk/PKGBUILD jack/trunk/jack.changelog ----------------+ PKGBUILD | 11 +++++------ jack.changelog | 8 ++++++-- 2 files changed, 11 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-03 06:22:26 UTC (rev 112019) +++ PKGBUILD 2011-03-03 07:49:00 UTC (rev 112020) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: Ray Rashif <[email protected]> +# Maintainer: Ray Rashif <[email protected]> # Contributor: tobias <[email protected]> # Contributor: Robert Emil Berge <[email protected]> pkgname=jack _longname=jack-audio-connection-kit -pkgver=0.118.0 -pkgrel=4 +pkgver=0.120.1 +pkgrel=1 pkgdesc="A low-latency audio server" arch=('i686' 'x86_64') license=('GPL' 'LGPL') @@ -18,15 +18,14 @@ provides=("$_longname=$pkgver") replaces=("$_longname") changelog=$pkgname.changelog -source=(http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz) -md5sums=('d58e29a55f285d54e75134cec8e02a10') +source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz") +md5sums=('e45bab906be64e4e2752cbd855a8efd5') build() { cd "$srcdir/$_longname-$pkgver" ./configure --prefix=/usr \ --libdir=/usr/lib - make } Modified: jack.changelog =================================================================== --- jack.changelog 2011-03-03 06:22:26 UTC (rev 112019) +++ jack.changelog 2011-03-03 07:49:00 UTC (rev 112020) @@ -1,7 +1,11 @@ -8 Aug 2010 (GMT+8) Ray Rashif <[email protected]> +3 Mar 2011 (GMT+8) Ray Rashif <[email protected]> + * 0.120.1-1: + Upstream release + +8 Aug 2010 (GMT+8) Ray Rashif <[email protected]> + * 0.118.0-4 : - Testing build. Built against libffado - for FireWire support (see FS#19626) Removed init scripts (no longer in tarball; unsupported).
