Skip to content

Commit

Permalink
update deps and change the default card to card1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Aug 5, 2023
1 parent 745c4ec commit 10710d7
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 166 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

pkgname=py3status-amdfan
pkgdesc="Py3status module for monitoring fan and temp of amdgpu video cards"
pkgver=0.1.9
pkgver=0.1.10
pkgrel=1
arch=('any')
license=('MIT')
depends=('python' 'py3status' 'amdfan')
makedepends=('python-installer' 'python-build' 'python' 'py3status' 'python-poetry')
url="https://github.com/mcgillij/py3status-amdfan"
source=("https://github.com/mcgillij/py3status-amdfan/releases/download/$pkgver/py3status_amdfan-$pkgver.tar.gz")
md5sums=('3c51afa5f238f1955d88b10d12d40d22')
md5sums=('ab2719d22b4855ebf2e05652be0fe364')

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.24-1-any.pkg.tar.zst
makechrootpkg -c -r $HOME/chroot -I amdfan-0.1.26-1-any.pkg.tar.zst
Loading

0 comments on commit 10710d7

Please sign in to comment.