From 4a84f66c2e9024d727d843b405de194cb5f98cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 21 Jul 2024 07:32:40 +0200 Subject: [PATCH] Adopt SPDX identifiers for license fields --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ecaa110..201c93c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,9 +2,9 @@ pkgbase = linpack pkgdesc = Benchmark that measures a system's floating-point rate of execution by solving dense linear equations pkgver = 2024.2.0 pkgrel = 1 - url = http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download + url = https://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download arch = x86_64 - license = custom + license = LicenseRef-Intel-SmpL-2022 options = !strip backup = etc/linpack.conf source = https://downloadmirror.intel.com/825890/l_onemklbench_p_2024.2.0_527.tgz diff --git a/PKGBUILD b/PKGBUILD index 0c47b00..fafcdc5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,8 +9,8 @@ _math_kernel_lib=${pkgver%%.0} pkgrel=1 pkgdesc="Benchmark that measures a system's floating-point rate of execution by solving dense linear equations" arch=('x86_64') -url='http://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download' -license=('custom') +url='https://software.intel.com/en-us/articles/intel-math-kernel-library-linpack-download' +license=('LicenseRef-Intel-SmpL-2022') backup=('etc/linpack.conf') options=('!strip') source=("https://downloadmirror.intel.com/${_pkgid}/l_onemklbench_p_${_pkgver}.tgz"