aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAbhishek Banerji2022-08-06 00:07:04 +0530
committerAbhishek Banerji2022-08-06 00:07:04 +0530
commitc42287cda659e2c4965d398466a585ec6df249bb (patch)
tree05f5ce6d623c52c0b82bde07cff4c19003f8f786 /PKGBUILD
parentec955e14eb3de2c3e59b0d044bdd971a0c238e16 (diff)
downloadaur-ryzenadj-git.tar.gz
remove "make". assumed installed via base-devel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f593c9d53602..c14e5d21268b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="RyzenAdj tool for adjusting Ryzen Mobile power states"
url="https://github.com/FlyGoat/RyzenAdj"
arch=("x86_64")
depends=("pciutils")
-makedepends=("git" "cmake" "make")
+makedepends=("git" "cmake")
optdepends=("ryzen_smu-dkms-git: (AUR) kernel module needed to access pm_table on systems with strict memory access policy")
license=("LGPL3")
provides=("${pkgname%-git}")