summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Hüsers2022-11-23 17:58:12 +0100
committerManuel Hüsers2022-11-23 18:00:52 +0100
commit6d0e646d68a46c7856bc9677b550e5902aab6715 (patch)
tree9e2cc3fef1c35a833e26235a9db0563cbe92c3a3
parent6258865f96919472de308431351e45cc1068bcbc (diff)
downloadaur-6d0e646d68a46c7856bc9677b550e5902aab6715.tar.gz
Use unique file names for sources
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93f411eff1d0..6761ce0d55a5 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 e3085cb14fe8..dd318d6db2f6 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() {