summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyak2022-02-06 20:18:41 +0300
committerkyak2022-02-06 20:18:41 +0300
commit84a2f77cbf562fd6bbc01106b2f26c428a9fe68f (patch)
tree2b47b66f506b308f21191d4d229a8458cb2be42e
parentd45e1fc4dc87d5815089c4a911bec5472f9a2d33 (diff)
downloadaur-84a2f77cbf562fd6bbc01106b2f26c428a9fe68f.tar.gz
Update to rteval-3.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6558f7cb536a..74bab163360e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rteval
pkgdesc = Evaluate performance of realtime Linux kernel on a particular hardware platform
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://wiki.linuxfoundation.org/realtime/documentation/howto/tools/rteval
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = rteval
depends = python-ethtool
depends = python-lxml
depends = python-dmidecode
- source = git+https://git.kernel.org/pub/scm/utils/rteval/rteval.git#tag=v3.2
+ source = git+https://git.kernel.org/pub/scm/utils/rteval/rteval.git#commit=d83a407fb55bf2a759097f95a8e8337699b9dfa2
md5sums = SKIP
pkgname = rteval
diff --git a/PKGBUILD b/PKGBUILD
index d288c17d2110..4712d98980de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=rteval
-pkgver=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="Evaluate performance of realtime Linux kernel on a particular hardware platform"
arch=('x86_64')
@@ -7,12 +7,12 @@ url="https://wiki.linuxfoundation.org/realtime/documentation/howto/tools/rteval"
license=('GPL2')
groups=('realtime')
depends=('rt-tests' 'python-ethtool' 'python-lxml' 'python-dmidecode')
-source=("git+https://git.kernel.org/pub/scm/utils/rteval/rteval.git#tag=v${pkgver}")
+source=("git+https://git.kernel.org/pub/scm/utils/rteval/rteval.git#commit=d83a407fb55bf2a759097f95a8e8337699b9dfa2")
md5sums=('SKIP')
prepare() {
cd "${pkgname}"
- KLOAD="linux-5.7.tar.xz"
+ KLOAD="linux-5.13.2.tar.xz"
if [ ! -f "loadsource/$KLOAD" ]; then
wget -P loadsource https://www.kernel.org/pub/linux/kernel/v5.x/$KLOAD
fi