Skip to content

Commit

Permalink
update to support rich 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Mar 23, 2022
1 parent dc879f1 commit df60eff
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 92 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=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.1.17
pkgver=0.1.18
pkgrel=1
arch=('any')
license=('GPL2')
depends=('python' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
makedepends=('python-setuptools')
url="https://github.com/mcgillij/amdfan"
source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
md5sums=('d82cf5a366a4faefd48132cafc289f81')
md5sums=('aa6ab712563f48dfdc4bbc8a8619018e')

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

0 comments on commit df60eff

Please sign in to comment.