File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
pkgname=amdfan
5
5
pkgdesc=" Python daemon for controlling the fans on amdgpu cards"
6
- pkgver=0.1.23
6
+ pkgver=0.1.24
7
7
pkgrel=1
8
8
arch=(' any' )
9
9
license=(' GPL2' )
10
10
depends=(' python' ' python-poetry' ' python-build' ' python-installer' ' python-yaml' ' python-numpy' ' python-rich' ' python-click' )
11
11
makedepends=(' python-setuptools' )
12
12
url=" https://github.com/mcgillij/amdfan"
13
13
source=(" https://github.com/mcgillij/amdfan/releases/download/$pkgver /amdfan-$pkgver .tar.gz" )
14
- md5sums=(' 4141de7cb90901e526059e6b41a84292 ' )
14
+ md5sums=(' 7c6df7c9a94f069c4a1cb6cddd68f904 ' )
15
15
16
16
build () {
17
17
cd " $srcdir /$pkgname -$pkgver "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " amdfan"
3
- version = " 0.1.23 "
3
+ version = " 0.1.24 "
4
4
description = " Fan monitor and controller for AMD gpus in Linux"
5
5
authors = [
" mcgillij <[email protected] >" ]
6
6
license = " GPL-2.0-only"
@@ -21,8 +21,6 @@ classifiers = [
21
21
" Topic :: Utilities" ,
22
22
]
23
23
24
- include = [ " LICENSE" , ]
25
-
26
24
[tool .poetry .dependencies ]
27
25
python = " ^3.9 || ^3.10 || ^3.11"
28
26
numpy = " ^1.23.5"
You can’t perform that action at this time.
0 commit comments