Skip to content

Commit

Permalink
Merge pull request #25 from mcgillij/update_dependencies
Browse files Browse the repository at this point in the history
Update to newest Arch deps
  • Loading branch information
mcgillij committed Aug 5, 2023
2 parents 0dbff2e + 9bfd391 commit 7c44df0
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 194 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.25
pkgver=0.1.26
pkgrel=1
arch=('any')
license=('GPL2')
depends=('python' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
makedepends=('python-setuptools' 'python-poetry' 'python-build' 'python-installer')
url="https://github.com/mcgillij/amdfan"
source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
md5sums=('89b9e53e86deb04b2505c9d44efdf009')
md5sums=('2d8c8bba737e6cd0cdbe064365366b42')

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

0 comments on commit 7c44df0

Please sign in to comment.