Skip to content

Commit e1fb4a4

Browse files
authored
Update config.guess and config.sub URLs in netperf PKGBUILD (#521)
The netperf PKGBUILD used obsolete ViewCVS URLs for config.guess and config.sub, which are no longer accessible. Replace them with current Savannah cgit URLs. Signed-off-by: Srikanth Aithal <srikanth.aithal@amd.com>
1 parent 5abefe3 commit e1fb4a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

programs/netperf/pkg/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgrel=0
44
arch=('i386' 'x86_64' 'riscv64' 'aarch64')
55
url="https://github.com/HewlettPackard/netperf"
66
license=('GPL')
7-
source=("https://github.com/HewlettPackard/netperf/archive/netperf-$pkgver.$pkgrel.tar.gz" "http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess" "http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub")
7+
source=("https://github.com/HewlettPackard/netperf/archive/netperf-$pkgver.$pkgrel.tar.gz" "https://git.savannah.gnu.org/cgit/config.git/plain/config.guess" "https://git.savannah.gnu.org/cgit/config.git/plain/config.sub")
88
md5sums=('e0d45b5bca1eee2aef0155de82366202' 'SKIP' 'SKIP')
99

1010
build()

0 commit comments

Comments
 (0)