Skip to content

Commit

Permalink
Merge pull request #12 from mcgillij/update_to_python_310
Browse files Browse the repository at this point in the history
update to python 3.10 since arch bumped versions
  • Loading branch information
mcgillij authored Dec 13, 2021
2 parents 08d4b71 + 008da41 commit f2d624f
Show file tree
Hide file tree
Showing 4 changed files with 215 additions and 173 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

pkgname=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.1.13
pkgver=0.1.15
pkgrel=1
arch=('any')
license=('GPL2')
depends=('python' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
makedepends=('python-setuptools')
url="https://github.com/mcgillij/amdfan"
source=("https://github.com/mcgillij/amdfan/releases/download/0.1.13/amdfan-0.1.13.tar.gz")
md5sums=('6317e5c964d0965fc73bc4ab8b2945df')
source=("https://github.com/mcgillij/amdfan/releases/download/0.1.15/amdfan-0.1.15.tar.gz")
md5sums=('63221c6d21896b1a89025b0d018d11ee')

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ This is intended for stand-alone GPU's and not integrated APU's.

### Amdgpu_fan abandoned

As of a couple years ago, and isn’t applying any security fixes to their project or improvements. There were also some bugs that bothered me with the project when I tried to get it up and running.
As of a couple years ago, and is no longer applying any security fixes to their project or improvements. There were also some bugs that bothered me with the project when I tried to get it up and running.
Features missing

There are a number of features that I wanted, but weren’t available.
There are a number of features that I wanted, but were not available.

* Thresholds allow temperature range before changing fan speed
* Frequency setting to allow better control
Expand Down
Loading

0 comments on commit f2d624f

Please sign in to comment.