summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-11-01 19:40:34 +0100
committerFabioLolix2022-11-01 19:40:34 +0100
commitacc1d5e4420fc5692027d55a7b3f79daec29fb9d (patch)
treef5943093c1d59f696d0aca44923f819337cf7b28
parent02867e6b23eed3c6b7301a61bb6876c68c4f3ab9 (diff)
downloadaur-acc1d5e4420fc5692027d55a7b3f79daec29fb9d.tar.gz
v20220930
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6482587cc781..94d4e9a9c36d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-test-project
pkgdesc = Collection of tools for testing the Linux kernel and related features
- pkgver = 20210121
+ pkgver = 20220930
pkgrel = 1
url = https://linux-test-project.github.io/
arch = i686
@@ -10,11 +10,11 @@ pkgbase = linux-test-project
depends = bash
depends = gawk
depends = libcap
- depends = libtirpc
+ depends = perl
depends = python
depends = numactl
- source = https://github.com/linux-test-project/ltp/releases/download/20210121/ltp-full-20210121.tar.xz
- sha256sums = 72b0a063f0d48efaaa93ed403d56662ac2b1dd3f74ecb5c6e5b3900791fa6c29
+ options = !lto
+ source = https://github.com/linux-test-project/ltp/releases/download/20220930/ltp-full-20220930.tar.xz
+ sha256sums = 533ab63915b916640667ecce17ee4998006d80d394d4b1f1d105a7aa1df50d38
pkgname = linux-test-project
-
diff --git a/PKGBUILD b/PKGBUILD
index fd1db4e10427..648c25d7a3e4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
# Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=linux-test-project
-pkgver=20210121
+pkgver=20220930
pkgrel=1
pkgdesc="Collection of tools for testing the Linux kernel and related features"
arch=(i686 x86_64)
license=(GPL2)
url="https://linux-test-project.github.io/"
-depends=(acl bash gawk libcap libtirpc python numactl)
+depends=(acl bash gawk libcap perl python numactl)
source=("https://github.com/linux-test-project/ltp/releases/download/${pkgver}/ltp-full-${pkgver}.tar.xz")
-sha256sums=('72b0a063f0d48efaaa93ed403d56662ac2b1dd3f74ecb5c6e5b3900791fa6c29')
+sha256sums=('533ab63915b916640667ecce17ee4998006d80d394d4b1f1d105a7aa1df50d38')
+options=(!lto)
build() {
cd "${srcdir}/ltp-full-${pkgver}"