[arch-commits] Commit in rt-tests/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Jan 6 21:09:44 UTC 2021
Date: Wednesday, January 6, 2021 @ 21:09:42
Author: dvzrv
Revision: 811382
upgpkg: rt-tests 1.10-1: Upgrade to 1.10.
Change optdepends according to new requirements.
Modified:
rt-tests/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-06 21:08:58 UTC (rev 811381)
+++ PKGBUILD 2021-01-06 21:09:42 UTC (rev 811382)
@@ -2,8 +2,8 @@
# Contributor: Joakim Hernberg <jhernberg at alchemy dot lu>
pkgname=rt-tests
-pkgver=1.9
-pkgrel=2
+pkgver=1.10
+pkgrel=1
pkgdesc="A collection of latency testing tools for the linux(-rt) kernel"
arch=('x86_64')
url="https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git/about/"
@@ -11,12 +11,12 @@
groups=('realtime')
depends=('glibc')
makedepends=('numactl' 'python')
-optdepends=('bash: for determine_maximum_mpps.sh and get_cpuinfo_mhz.sh'
- 'numactl: for cyclictest'
+optdepends=('bash: for determine_maximum_mpps.sh'
+ 'numactl: for cyclictest, oslat and signaltest'
'python: for get_cyclictest_snapshot and hwlatdetect')
source=("https://git.kernel.org/pub/scm/utils/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('27ecf3dee9ea8e986b12082b1d7a704ffe382422baa403d8cb9f1dfe4ce1b10ced1328c3e7a532bb2f963f138defac8fdfd39745c8b520a3fe5128e878ba621d')
-b2sums=('905e20eca5440b121f789799163ea8298ff8ae15e4f36623f970621e6b5c6ca143b699c63bf24be931a2244d2a1f8bdbe6b63a31ed7c1a24d856374c39f386f2')
+sha512sums=('5ad04d18690cb4c79c48bf4e3d66cef2d697ea11d8277772fb4781aa2ad2272c00e4b851b05840d2896ecae02b97fddbfe322872807538bc851ea9cd5dccc124')
+b2sums=('82e02db730615d6fa9c112c413311bb8a561cb4d9e3d7c0e600af0f27f36e79631da487031a55d3ff20ea4a498bbe40ddd8f79e2cb283f74ebf58dae46c13096')
build() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list