audacity: update to 2.0.6.
This commit is contained in:
parent
9efd9b9593
commit
14a880848f
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'audacity'
|
||||
pkgname=audacity
|
||||
version=2.0.5
|
||||
revision=4
|
||||
version=2.0.6
|
||||
revision=1
|
||||
wrksrc=${pkgname}-src-${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-libsamplerate"
|
||||
|
@ -17,8 +17,8 @@ short_desc="Graphical cross-platform audio editor"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://audacity.sourceforge.net/"
|
||||
distfiles="http://audacity.googlecode.com/files/${pkgname}-minsrc-${version}.tar.xz"
|
||||
checksum=e287541dd017f523fd9a06d5140b8f72fe9a0450709de7c398baffa106db2b79
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-minsrc-$version.tar.xz"
|
||||
checksum=3080c190e678e0d682961a36c6e990c572dacd6b5ce499e5cec7362e9fa37d7b
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
|
||||
|
|
Loading…
Reference in a new issue