From e2c66a94178775409c24d8e7e7bcd3d09916b9f0 Mon Sep 17 00:00:00 2001 From: mcgillij Date: Fri, 19 Feb 2021 15:38:36 -0400 Subject: [PATCH] update package to consistent version --- .SRCINFO | 5 ++--- PKGBUILD | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index df81459..dc13e8f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = amdfan pkgdesc = Python daemon for controlling the fans on amdgpu cards - pkgver = 0.1.0 + pkgver = 0.1.5 pkgrel = 1 url = https://github.com/mcgillij/amdfan arch = any @@ -11,8 +11,7 @@ pkgbase = amdfan depends = python-numpy depends = python-rich depends = python-click - source = https://github.com/mcgillij/amdfan/archive/0.1.0.tar.gz + source = https://github.com/mcgillij/amdfan/archive/0.1.5.tar.gz md5sums = SKIP pkgname = amdfan - diff --git a/PKGBUILD b/PKGBUILD index d23f8c7..03e8f9a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=amdfan pkgdesc="Python daemon for controlling the fans on amdgpu cards" -pkgver=0.1.0 +pkgver=0.1.5 pkgrel=1 arch=('any') license=('GPL2') diff --git a/README.md b/README.md index 31b07d0..33361fa 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ You can use Amdfan to monitor your AMD video cards using the ```--monitor``` fla ## Manual -Alternatively if you don't want to set a fan curve, you can just apply a fan setting manually. +Alternatively if you don't want to set a fan curve, you can just apply a fan setting manually. Also allows you to revert the fan control to the systems default behavior by using the "auto" parameter. ## Note