summaryrefslogtreecommitdiff
path: root/extra/audacity/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/audacity/PKGBUILD')
-rw-r--r--extra/audacity/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/audacity/PKGBUILD b/extra/audacity/PKGBUILD
index fc91e0526..74c7edce7 100644
--- a/extra/audacity/PKGBUILD
+++ b/extra/audacity/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 165559 2012-08-24 02:38:00Z eric $
+# $Id: PKGBUILD 175820 2013-01-22 06:29:20Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=audacity
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,8 +12,8 @@ depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'hicolor-icon-theme'
'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg-compat')
options=('!makeflags')
install=audacity.install
-source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.bz2)
-sha1sums=('c5e4058346c96713a0d39fcd6b33f27137589b06')
+source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
+sha1sums=('72e634711fb96aac9df445e75e16e12e00c047e6')
build() {
cd "${srcdir}/${pkgname}-src-${pkgver}"
@@ -21,7 +21,7 @@ build() {
[ "$CARCH" = "mips64el" ] && extra="--disable-sse"
WX_CONFIG=/usr/bin/wx-config PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
- ./configure --prefix=/usr \
+ ./configure --prefix=/usr --docdir=/usr/share/doc/audacity \
--with-portaudio --with-libsamplerate \
--without-libresample --with-libmad \
--with-ffmpeg --with-id3tag --with-libflac \