Skip to content

Commit

Permalink
update package to consistent version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Feb 19, 2021
1 parent a042236 commit e2c66a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = amdfan
pkgdesc = Python daemon for controlling the fans on amdgpu cards
pkgver = 0.1.0
pkgver = 0.1.5
pkgrel = 1
url = https://github.com/mcgillij/amdfan
arch = any
Expand All @@ -11,8 +11,7 @@ pkgbase = amdfan
depends = python-numpy
depends = python-rich
depends = python-click
source = https://github.com/mcgillij/amdfan/archive/0.1.0.tar.gz
source = https://github.com/mcgillij/amdfan/archive/0.1.5.tar.gz
md5sums = SKIP

pkgname = amdfan

2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.1.0
pkgver=0.1.5
pkgrel=1
arch=('any')
license=('GPL2')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can use Amdfan to monitor your AMD video cards using the ```--monitor``` fla

## Manual

Alternatively if you don't want to set a fan curve, you can just apply a fan setting manually.
Alternatively if you don't want to set a fan curve, you can just apply a fan setting manually. Also allows you to revert the fan control to the systems default behavior by using the "auto" parameter.


## Note
Expand Down

0 comments on commit e2c66a9

Please sign in to comment.