Skip to content

Commit

Permalink
Merge pull request #33 from mcgillij/numpy_update
Browse files Browse the repository at this point in the history
updated to use numpy2 and fixed build deps
  • Loading branch information
mcgillij authored Jun 29, 2024
2 parents 013dd02 + 3fa2828 commit 1fed003
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 107 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

pkgname=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.1.28
pkgver=0.2.0
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')
makedepends=('python-poetry-core' 'python-build' 'python-installer')
url="https://github.com/mcgillij/amdfan"
source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
#source=("amdfan-$pkgver.tar.gz")
md5sums=('7fe30661ba0d5117f32e4bab1db76888')
md5sums=('58db7ccf6255d4866efc75cc9c89a66a')

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

0 comments on commit 1fed003

Please sign in to comment.