Search Criteria
Package Details: ryzenadj-git 0.11.0.r0.gf937c16-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ryzenadj-git.git (read-only, click to copy) |
---|---|
Package Base: | ryzenadj-git |
Description: | RyzenAdj tool for adjusting Ryzen Mobile power states |
Upstream URL: | https://github.com/FlyGoat/RyzenAdj |
Keywords: | amd clock clocks cpu ryzen tool |
Licenses: | LGPL3 |
Conflicts: | ryzenadj |
Provides: | ryzenadj |
Submitter: | dtubber |
Maintainer: | Abh15h3k |
Last Packager: | Abh15h3k |
Votes: | 24 |
Popularity: | 0.073253 |
First Submitted: | 2019-02-12 16:33 (UTC) |
Last Updated: | 2022-08-05 18:37 (UTC) |
Dependencies (4)
- pciutils (pciutils-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ryzen_smu-dkms-gitAUR (optional) – (AUR) kernel module needed to access pm_table on systems with strict memory access policy
Required by (4)
- ryzen-controller-bin
- ryzen-ppd (requires ryzenadj)
- ryzenctrl-git (requires ryzenadj)
- slimbookamdcontroller (requires ryzenadj)
Latest Comments
« First ‹ Previous 1 2
maniacata commented on 2020-12-01 06:40 (UTC)
@Ritte I wrote a GitHub action to update field
pkgver
automatically. Here's the link https://github.com/ManiaciaChao/aur-sync-action.Ritte commented on 2020-09-08 15:18 (UTC)
To the person who flagged this out of date, this one actually installs the current version. My installed version matches the upstream.
Maybe pkgver can be scripted to reflect this?
dtubber commented on 2019-10-21 09:20 (UTC)
Alright people, after having to take some personal time off, i finally fixed and simplified the PKGBUILD. Thank you all for your helpful tips.
ohm2 commented on 2019-08-16 14:47 (UTC) (edited on 2019-08-16 16:17 (UTC) by ohm2)
my build process is being stopped by:
cp: cannot stat 'ryzenadj': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...
What can I do about this?
ok, this change did the trick: package() { install -Dpm 0755 -t "${pkgdir}/usr/bin""${pkgname}/build/ryzenadj" }
yochananmarqos commented on 2019-07-15 21:30 (UTC) (edited on 2019-07-15 21:32 (UTC) by yochananmarqos)
Please see the
pkgver()
function of the VCS package guidelines. It should be0.5.2.r0.gf7a8993
:Proper PKGBUILD.
wahsot commented on 2019-06-09 05:16 (UTC)
I just found out about this tool, hours gone by testing different numbers. You can simplify (and fixup) the package() function to:
package() { install -Dpm 0755 -t "${pkgdir}/usr/bin" "${pkgname}/build/ryzenadj" }
Trollwut commented on 2019-06-08 18:51 (UTC)
Builds fine, but can't copy the binary. This is the log (file paths are not correct):
danielfm123 commented on 2019-04-18 15:35 (UTC)
once installed i get different version
==> Do you want to remove ALL AUR packages from cache? [Y/n] y removing AUR packages from cache... [dfischer@Dell7375 ~]$ yay -S ryzenadj-git
:: Checking for conflicts... :: Checking for inner conflicts... [Aur: 1] ryzenadj-git-v0.2.r3.g68bf3a1-3
:: Downloaded PKGBUILD (1/1): ryzenadj-git 1 ryzenadj-git (Build Files Exist) ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> Diffs to show? ==> :: Parsing SRCINFO (1/1): ryzenadj-git ==> Making package: ryzenadj-git v0.2.r3.g68bf3a1-3 (jue 18 abr 2019 11:35:03 EDT) ==> Retrieving sources... -> Cloning ryzenadj-git git repo... Cloning into bare repository '/home/dfischer/.cache/yay/ryzenadj-git/ryzenadj-git'... remote: Enumerating objects: 156, done. remote: Counting objects: 100% (156/156), done. remote: Compressing objects: 100% (87/87), done. remote: Total 156 (delta 80), reused 143 (delta 67), pack-reused 0 Receiving objects: 100% (156/156), 100.10 KiB | 595.00 KiB/s, done. Resolving deltas: 100% (80/80), done. ==> Validating source files with md5sums... ryzenadj-git ... Skipped ==> Cleaning up... ==> Making package: ryzenadj-git v0.2.r3.g68bf3a1-3 (jue 18 abr 2019 11:35:06 EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating ryzenadj-git git repo... Fetching origin ==> Validating source files with md5sums... ryzenadj-git ... Skipped ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Creating working copy of ryzenadj-git git repo... Cloning into 'ryzenadj-git'... done. ==> Starting pkgver()... ==> Updated version: ryzenadj-git gui.v0.2.1-1
« First ‹ Previous 1 2