Skip to content

Commit

Permalink
update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Oct 19, 2021
1 parent 5bbe8b3 commit b977d5e
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 126 deletions.
6 changes: 3 additions & 3 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.11
pkgver=0.1.12
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/0.1.11/amdfan-0.1.11.tar.gz")
md5sums=('6d0dde6f20e4b24964885a47d30f3059')
source=("https://github.com/mcgillij/amdfan/releases/download/0.1.12/amdfan-0.1.12.tar.gz")
md5sums=('f83ef18f1af4ac8eede0d6dc3211356b')

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

0 comments on commit b977d5e

Please sign in to comment.