Skip to content

Commit

Permalink
Bump up Click version to current Arch version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed May 14, 2021
1 parent 6c39181 commit c65d97c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
7 changes: 4 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@

pkgname=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.1.10
pkgver=0.1.11
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.10/amdfan-0.1.10.tar.gz")
md5sums=('4f17538ca73f004e75b0c805d680c1aa')
source=("amdfan-0.1.11.tar.gz")
#source=("https://github.com/mcgillij/amdfan/releases/download/0.1.11/amdfan-0.1.11.tar.gz")
md5sums=('6d0dde6f20e4b24964885a47d30f3059')

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down
13 changes: 8 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "amdfan"
version = "0.1.10"
version = "0.1.11"
description = "Fan monitor and controller for AMD gpus in Linux"
authors = ["mcgillij <[email protected]>"]
license = "GPL-2.0-only"
Expand All @@ -27,7 +27,7 @@ include = [ "LICENSE", ]
python = "^3.7 || ^3.8 || ^3.9"
numpy = "^1.20.1"
PyYAML = "^5.4.1"
click = "^7.1.2"
click = "^8.0.0"
rich = "^10.1.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit c65d97c

Please sign in to comment.