summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThe Tumultuous Unicorn Of Darkness2023-09-19 08:34:45 +0200
committerThe Tumultuous Unicorn Of Darkness2023-09-19 08:34:45 +0200
commit724e8833f8ecad7dff55b8aee66322f7df6046e7 (patch)
tree0840fd73e178106dc86da32c50627ee1d15a2dcd /PKGBUILD
parentda7cd01e8dbf52e0ce0ba5b80cc10c7eb6e73269 (diff)
downloadaur-cpu-x-git.tar.gz
Remove checkdepends
Upstream enhancement: https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/commit/a4ed35dfe89e7fc656d19518c4b74a26ea5f10f3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bed713c1230..4bf9f9eb5077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_realname=CPU-X
pkgname=cpu-x-git
-pkgver=4.5.3.r38.gacb2a0b
+pkgver=4.5.3.r55.gba90746
pkgrel=1
pkgdesc="A Free software that gathers information on CPU, motherboard and more"
arch=('i686' 'x86_64')
@@ -10,7 +10,6 @@ url="https://thetumultuousunicornofdarkness.github.io/CPU-X"
license=('GPL3')
depends=('gtkmm3' 'ncurses' 'libcpuid>=0.6.0' 'pciutils' 'glfw' 'vulkan-icd-loader' 'procps-ng>=4.0.0')
makedepends=('git' 'cmake' 'ninja' 'nasm' 'vulkan-headers')
-checkdepends=('mawk' 'nawk')
optdepends=('opengl-driver: packaged openGL driver'
'vulkan-driver: packaged Vulkan driver')
provides=('cpu-x')