From 6d0e646d68a46c7856bc9677b550e5902aab6715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Wed, 23 Nov 2022 17:58:12 +0100 Subject: [PATCH] Use unique file names for sources --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 93f411e..6761ce0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -21,7 +21,7 @@ pkgbase = tuned optdepends = virt-what: For use with virtual machines optdepends = systemtap: Disk and net statistic monitoring systemtap scripts backup = etc/tuned/active_profile - source = https://github.com/redhat-performance/tuned/archive/v2.19.0.tar.gz + source = https://github.com/redhat-performance/tuned/archive/v2.19.0/tuned-2.19.0.tar.gz sha256sums = 3cb2aeb9ecebd66a1a1c3aaff9589f5c5402201d16f7caa01acf0b9374ed8724 pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index e3085cb..dd318d6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,7 @@ optdepends=('virt-what: For use with virtual machines' 'systemtap: Disk and net makedepends=('desktop-file-utils') backup=('etc/tuned/active_profile') install="${pkgname}.install" -source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}.tar.gz") +source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") sha256sums=('3cb2aeb9ecebd66a1a1c3aaff9589f5c5402201d16f7caa01acf0b9374ed8724') prepare() {