Skip to content

Commit

Permalink
updated for arch deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Dec 27, 2023
1 parent 10710d7 commit b0934e3
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 245 deletions.
5 changes: 3 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@

pkgname=py3status-amdfan
pkgdesc="Py3status module for monitoring fan and temp of amdgpu video cards"
pkgver=0.1.10
pkgver=0.1.12
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=("py3status_amdfan-$pkgver.tar.gz")
source=("https://github.com/mcgillij/py3status-amdfan/releases/download/$pkgver/py3status_amdfan-$pkgver.tar.gz")
md5sums=('ab2719d22b4855ebf2e05652be0fe364')
md5sums=('315ce3db379c0259f21deea2e4a53876')

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

0 comments on commit b0934e3

Please sign in to comment.