Skip to content

Commit

Permalink
Merge pull request #15 from mcgillij/catch_oserror
Browse files Browse the repository at this point in the history
Catch OSError on fanspeed
  • Loading branch information
mcgillij authored Jul 14, 2022
2 parents df60eff + 38f30d7 commit d22a84b
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 391 deletions.
4 changes: 2 additions & 2 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.18
pkgver=0.1.19
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/$pkgver/amdfan-$pkgver.tar.gz")
md5sums=('aa6ab712563f48dfdc4bbc8a8619018e')
md5sums=('71b4cfeb8db57d17aa5ed94e91079b24')

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down
Loading

0 comments on commit d22a84b

Please sign in to comment.