summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Vic2022-12-06 09:53:04 +0100
committerTor Vic2022-12-06 09:53:04 +0100
commit7a27d853b2540790309d414b3e6971fa52fb3ab2 (patch)
tree6452b5acac6a8171ac57e1b154f904d6f8468ed2
parentce99162b155f8cd0a789d70ec0481bdf54b7cd8f (diff)
downloadaur-7a27d853b2540790309d414b3e6971fa52fb3ab2.tar.gz
update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41c8d427071b..c4ac5e031f18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,13 +13,13 @@ pkgbase = mini-benchmarker
depends = nasm
depends = inxi
depends = argon2
- depends = gmp
depends = wget
- depends = blender
+ depends = x265
depends = zlib
depends = libdrm
depends = git
depends = python
+ depends = primesieve
source = git+https://gitlab.com/torvic9/bash-scripts.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f3f21e0e7e20..afbe4959e49d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="https://gitlab.com/torvic9/bash-scripts/-/tree/master/mini-benchmarker"
arch=('x86_64')
licence=('GPL3')
depends=('gcc' 'make' 'cmake' 'time' 'perf' 'unzip'
- 'nasm' 'inxi' 'argon2' 'gmp' 'wget' 'blender'
- 'zlib' 'libdrm' 'git' 'python')
+ 'nasm' 'inxi' 'argon2' 'wget' 'x265'
+ 'zlib' 'libdrm' 'git' 'python' 'primesieve')
source=(git+https://gitlab.com/torvic9/bash-scripts.git)
sha512sums=('SKIP')