Skip to content

Commit

Permalink
updated for amdfan's numpy2.0 update and arch
Browse files Browse the repository at this point in the history
python build / python-poetry-core
  • Loading branch information
mcgillij committed Jun 29, 2024
1 parent 3d99cc8 commit e064c69
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 90 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=py3status-amdfan
pkgdesc="Py3status module for monitoring fan and temp of amdgpu video cards"
pkgver=0.1.13
pkgver=0.1.14
pkgrel=1
arch=('any')
license=('MIT')
depends=('python' 'py3status' 'amdfan')
makedepends=('python-setuptools' 'python-poetry' 'python-build' 'python-installer')
makedepends=('python-build' 'python-installer' 'python-poetry-core')
url="https://github.com/mcgillij/py3status-amdfan"
#source=("py3status_amdfan-$pkgver.tar.gz")
source=("https://github.com/mcgillij/py3status-amdfan/releases/download/$pkgver/py3status_amdfan-$pkgver.tar.gz")
md5sums=('3ef4ee5831d425edd0def01b75deaec7')
md5sums=('e9c5cf31483a7368439421ad28d71dd8')

build() {
cd "$srcdir/py3status_amdfan-$pkgver"
Expand Down
2 changes: 1 addition & 1 deletion build_in_chroot
Original file line number Diff line number Diff line change
@@ -1 +1 @@
makechrootpkg -c -r $HOME/chroot -I amdfan-0.1.28-1-any.pkg.tar.zst
makechrootpkg -c -r $HOME/chroot -I amdfan-0.2.0-1-any.pkg.tar.zst
Loading

0 comments on commit e064c69

Please sign in to comment.