Package Details: ryzen-controller-bin 2.6.0-2

Git Clone URL: https://aur.archlinux.org/ryzen-controller-bin.git (read-only, click to copy)
Package Base: ryzen-controller-bin
Description: (DEPRECATED) A minimal Electron application to use ryzenAdj through a friendly interface
Upstream URL: https://gitlab.com/ryzen-controller-team/ryzen-controller
Licenses: CC0 1.0 Universal
Conflicts: ryzen-controller, ryzencontroller
Provides: ryzen-controller
Submitter: termuellinator
Maintainer: termuellinator
Last Packager: termuellinator
Votes: 8
Popularity: 0.51
First Submitted: 2020-08-29 15:27 (UTC)
Last Updated: 2023-09-20 10:02 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

willgame commented on 2021-05-27 03:44 (UTC)

Failed to build

Found ryzen-controller_2.4.1_amd64.deb
Validating source files with sha256sums...
ryzen-controller_2.4.1_amd64.deb ... FAILED
ERROR: One or more files did not pass the validity check!
Failed to build ryzen-controller-bin

Kr1ss commented on 2021-05-26 12:12 (UTC)

Great, thank you for the quick response.

termuellinator commented on 2021-05-26 07:33 (UTC)

Hi Kr1ss, thanks for the info! Done this error multiple times before when updating (damn gitlab-raw-links ^^), but didn't catch the small filesize this time, sorry! Should be good now.

Kr1ss commented on 2021-05-25 22:58 (UTC)

Hi @termuellinator, thx a lot for maintaining the package, and for the recent update !

Sadly, the url in the source array pulls a web page, rather than the Debian package.

I managed to build this after changing source to :

source=("$url/-/jobs/1220935756/artifacts/raw/dist/deb/ryzen-controller_2.4.1_amd64.deb")

... and updating the checksum, of course. :)

Cheers !

termuellinator commented on 2020-12-02 10:51 (UTC)

Well they release new versions pretty regularly, so i think such a small addition could get in fairly quickly :)

mirh commented on 2020-12-02 10:39 (UTC)

You aren't missing anything. Though upstream doesn't really seem the quickest tool on the shed, if I can explain.

termuellinator commented on 2020-12-02 10:29 (UTC)

those are both things that would need to be changed upstream i guess? Or do i miss something? (i don't use it personally, so i can't really tell)

mirh commented on 2020-12-01 23:53 (UTC) (edited on 2020-12-02 00:05 (UTC) by mirh)

It would be nice if the program was configured to look out of the box for /usr/bin/ryzenadj

Also, the program requires sudo (and thus the --no-sandbox parameter) to run. The shortcut "Exec" field should be edited accordingly.

maniacata commented on 2020-12-01 10:44 (UTC)

PKGBUILD for 2.2.7

# Maintainer: termuellinator

pkgname=ryzen-controller-bin
_pkgver=2.2.7
pkgver=${_pkgver//[+-]/_}
pkgrel=1
pkgdesc="A minimal Electron application to use ryzenAdj through a friendly interface"
arch=('x86_64')
depends=('gtk3' 'ryzenadj-git')
provides=('ryzen-controller')
conflicts=('ryzen-controller' 'ryzencontroller')
replaces=('ryzencontroller-bin' 'ryzencontroller')
url="https://gitlab.com/ryzen-controller-team/ryzen-controller"
license=('CC0 1.0 Universal')
source=("ryzen-controller_${_pkgver}_amd64.deb::https://gitlab.com/ryzen-controller-team/ryzen-controller/-/jobs/823598252/artifacts/raw/dist/deb/ryzen-controller_2.2.7_amd64.deb")
sha256sums=('99b50fb44e4d67a5413b8d01f71ecdaed5a1d6abc3416228d6b295de48906a89')

package() {
    bsdtar -xvf data.tar.xz -C "$pkgdir"
    chmod -R g-w "$pkgdir"/{usr,opt}
}

termuellinator commented on 2020-08-29 15:30 (UTC)

Ah, thank you! I created https://aur.archlinux.org/packages/ryzen-controller-bin/ and submitted a merge request