From 051a089508dcb9131c5a2e15ec4cdca686e3d2c7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Jun 2013 00:08:39 -0700 Subject: Thu Jun 6 00:08:39 PDT 2013 --- community/mixxx/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/mixxx') diff --git a/community/mixxx/PKGBUILD b/community/mixxx/PKGBUILD index 5f3fb3b9e..de26827ae 100644 --- a/community/mixxx/PKGBUILD +++ b/community/mixxx/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 86767 2013-03-22 00:23:48Z eric $ +# $Id: PKGBUILD 92429 2013-06-05 10:08:34Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Ali H. Caliskan # Contributor: Ryan Coyner # Contributor: Stefan Husmann pkgname=mixxx -pkgver=1.10.1 -pkgrel=2 +pkgver=1.11.0 +pkgrel=1 pkgdesc="Free, open source software for digital DJ'ing." arch=('i686' 'x86_64') url='http://www.mixxx.org' license=('GPL') depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 'portaudio' 'portmidi' - 'taglib' 'qtwebkit') + 'taglib' 'qtwebkit' 'vamp-plugin-sdk' 'libusbx' 'protobuf') makedepends=('mesa' 'scons' 'libshout' 'glu') source=("http://downloads.mixxx.org/${pkgname}-${pkgver}/${pkgname}-${pkgver}-src.tar.gz") -md5sums=('765bc5216ec8102c2186dd3ea80187a9') +md5sums=('89ee8ba60824919d8dd1194287bda259') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf