From 5583d484b8626a97a56d75c4af9aebc4abf3d6ea Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 17 Jul 2015 13:23:36 +0200 Subject: [PATCH] audacity: update to 2.1.1. --- srcpkgs/audacity/template | 10 +++++----- srcpkgs/audacity/update | 2 -- 2 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 srcpkgs/audacity/update diff --git a/srcpkgs/audacity/template b/srcpkgs/audacity/template index dcd76d8c7c..b10c499812 100644 --- a/srcpkgs/audacity/template +++ b/srcpkgs/audacity/template @@ -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 " 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 diff --git a/srcpkgs/audacity/update b/srcpkgs/audacity/update deleted file mode 100644 index b1c1d77f10..0000000000 --- a/srcpkgs/audacity/update +++ /dev/null @@ -1,2 +0,0 @@ -site="http://audacity.sourceforge.net/download/source" -pattern='audacity-minsrc-\K[\d.]+\d+'