Skip to content

Commit 013dd02

Browse files
authoredApr 29, 2024
Merge pull request #31 from mcgillij/arch_updates
arch updates and support for python3.12
2 parents 11d6693 + 155b40a commit 013dd02

File tree

4 files changed

+163
-181
lines changed

4 files changed

+163
-181
lines changed
 

Diff for: ‎.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.10', '3.11']
15+
python-version: ['3.10', '3.11', '3.12']
1616

1717
steps:
1818
- uses: actions/checkout@v2

Diff for: ‎PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pkgname=amdfan
55
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
6-
pkgver=0.1.27
6+
pkgver=0.1.28
77
pkgrel=1
88
arch=('any')
99
license=('GPL2')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python-poetry' 'python-build' 'python-installe
1212
url="https://github.com/mcgillij/amdfan"
1313
source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
1414
#source=("amdfan-$pkgver.tar.gz")
15-
md5sums=('67112138fa1b5764c2829d0d6fd06489')
15+
md5sums=('7fe30661ba0d5117f32e4bab1db76888')
1616

1717
build() {
1818
cd "$srcdir/$pkgname-$pkgver"

0 commit comments

Comments
 (0)