Skip to content

Commit

Permalink
Merge pull request #29 from mcgillij/regex_fix
Browse files Browse the repository at this point in the history
updated deps, regex fix for HWMON with several digts
  • Loading branch information
mcgillij committed Dec 27, 2023
2 parents 7c44df0 + b15729c commit 11d6693
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 281 deletions.
5 changes: 3 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@

pkgname=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.1.26
pkgver=0.1.27
pkgrel=1
arch=('any')
license=('GPL2')
depends=('python' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
makedepends=('python-setuptools' 'python-poetry' 'python-build' 'python-installer')
url="https://github.com/mcgillij/amdfan"
source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
md5sums=('2d8c8bba737e6cd0cdbe064365366b42')
#source=("amdfan-$pkgver.tar.gz")
md5sums=('67112138fa1b5764c2829d0d6fd06489')

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

0 comments on commit 11d6693

Please sign in to comment.