summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTor Vic2024-01-22 11:45:21 +0100
committerTor Vic2024-01-22 11:45:21 +0100
commit3061889eadb806f18e7051e3be311d379febc6e8 (patch)
treeac92c56859cfd865d60d2f11aa43cc664d5f0e9b /PKGBUILD
parent78b51777c1ebfed0abfddd88fde6ca1ef18742b6 (diff)
downloadaur-3061889eadb806f18e7051e3be311d379febc6e8.tar.gz
add missing dependency, update pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 209f2bb4d730..97852d983504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='mini-benchmarker'
_ver=2.0
-pkgver=2.0.r2.gcbebebd
+pkgver=2.0.r9.g8f7b6d5
pkgrel=1
pkgdesc='A simple benchmarking script using stress-ng, perf, blender etc.'
url="https://gitlab.com/torvic9/mini-benchmarker"
@@ -10,7 +10,7 @@ arch=('x86_64')
licence=('GPL3')
depends=('gcc' 'make' 'cmake' 'time' 'perf' 'unzip'
'nasm' 'inxi' 'argon2' 'wget' 'x265' 'xz' 'zstd'
- 'zlib' 'libdrm' 'git' 'python' 'primesieve')
+ 'zlib' 'libdrm' 'git' 'python' 'primesieve' 'p7zip')
source=(git+https://gitlab.com/torvic9/mini-benchmarker.git)
sha512sums=('SKIP')