[arch-commits] Commit in rt-tests/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Fri Feb 21 22:09:37 UTC 2020


    Date: Friday, February 21, 2020 @ 22:09:36
  Author: dvzrv
Revision: 577881

upgpkg: rt-tests 1.7-1: Upgrading to 1.7. Reverting to numactl for makedepends/optdepends. Mentioning the new get_cyclictest_snapshot in optdepends.

Modified:
  rt-tests/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 19:07:07 UTC (rev 577880)
+++ PKGBUILD	2020-02-21 22:09:36 UTC (rev 577881)
@@ -2,7 +2,7 @@
 # Contributor: Joakim Hernberg <jhernberg at alchemy dot lu>
 
 pkgname=rt-tests
-pkgver=1.6
+pkgver=1.7
 pkgrel=1
 pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
 arch=('x86_64')
@@ -10,12 +10,12 @@
 license=('GPL2')
 groups=('realtime')
 depends=('glibc')
-makedepends=('libnuma.so' 'python')
+makedepends=('numactl' 'python')
 optdepends=('bash: for determine_maximum_mpps.sh and get_cpuinfo_mhz.sh'
-            'libnuma.so: for cyclictest'
-            'python: for hwlatdetect')
+            'numactl: for cyclictest'
+            'python: for get_cyclictest_snapshot and hwlatdetect')
 source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e8cc75d686a1480a4ce50673173a0fd04eb12d68f071d2d61588faaebec1be7735fd39374a768282f04d8262e9a3476c92eb0cd1938303f71077e25d228069a1')
+sha512sums=('17da08795afa42d06bf133af464c845779dc2f59f08b24b2755fe00315d77fd2213b7d78f67705116a95bc6ae526f5272865bb48106e240cf0f93c9133f630c7')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list