From c51634fbf0c486990dc577aedd849cb4083456e5 Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Sun, 7 Feb 2016 19:10:08 -0700 Subject: Audaccity:Changed source link Was using fosshub, which does their darndest to keep you from using foss (wget, curl) to download bins from their site (grrr). Switch to downloading from github releases. --- audacity/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audacity/Pkgfile b/audacity/Pkgfile index 3aaa10e..a76cccf 100644 --- a/audacity/Pkgfile +++ b/audacity/Pkgfile @@ -6,7 +6,7 @@ name=audacity version=2.1.2 release=1 -source=(http://www.fosshub.com/Audacity.html/${name}-minsrc-${version}.tar.xz) +source=(https://github.com/${name}/${name}/archive/Audacity-${version}.tar.gz) build() { cd $name-src-$version -- cgit v1.2.3