Skip to content

Commit

Permalink
updates for new arch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Mar 9, 2023
1 parent 2773c6d commit f5a8d16
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 196 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.7
pkgver=0.1.8
pkgrel=1
arch=('any')
license=('MIT')
depends=('python' 'py3status' 'amdfan')
makedepends=('python-setuptools')
url="https://github.com/mcgillij/py3status-amdfan"
source=("https://github.com/mcgillij/py3status-amdfan/releases/download/$pkgver/py3status-amdfan-$pkgver.tar.gz")
md5sums=('d82a10d09c67334e1092b8592bb1e8cc')
md5sums=('ecca7ebb9186ee80c7306cfe42cca694')

build() {
cd "$srcdir/$pkgname-$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.21-1-any.pkg.tar.zst
makechrootpkg -c -r $HOME/chroot -I amdfan-0.1.22-1-any.pkg.tar.zst
Loading

0 comments on commit f5a8d16

Please sign in to comment.