audacity: update to 2.1.1.

This commit is contained in:
Christian Neukirchen 2015-07-17 13:23:36 +02:00
parent cd2184c7e4
commit 5583d484b8
2 changed files with 5 additions and 7 deletions

View file

@ -1,8 +1,8 @@
# Template file for 'audacity'
pkgname=audacity
version=2.1.0
version=2.1.1
revision=1
wrksrc="${pkgname}-minsrc-${version}"
wrksrc="${pkgname}-Audacity-${version}"
build_style=gnu-configure
configure_args="--with-libsamplerate"
if ! [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
@ -16,9 +16,9 @@ depends="desktop-file-utils hicolor-icon-theme"
short_desc="Graphical cross-platform audio editor"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://audacity.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-minsrc-${version}.tar.xz"
checksum=b0d98d89b38be233e88af81e1add649732484b6f8feec95dc5977accdde042b3
homepage="http://audacityteam.org/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/Audacity-${version}.tar.gz"
checksum=15c5ff7ac1c0b19b08f4bdcb0f4988743da2f9ed3fab41d6f07600e67cb9ddb6
post_install() {
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt

View file

@ -1,2 +0,0 @@
site="http://audacity.sourceforge.net/download/source"
pattern='audacity-minsrc-\K[\d.]+\d+'