summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormcgillij2022-12-31 15:49:13 -0400
committermcgillij2022-12-31 15:49:13 -0400
commit506b64cf984ddeed85422711f0ab4d8b48fcee33 (patch)
treebda81752d8d06fb46e52ac74b5d537935ba596c6 /PKGBUILD
parentaa368e02bb48b0ec2ae6ddd0212adc47e08efaaf (diff)
downloadaur-506b64cf984ddeed85422711f0ab4d8b48fcee33.tar.gz
updated to 0.1.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f71cff30299..39ab944ac63c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
-pkgver=0.1.19
+pkgver=0.1.20
pkgrel=1
arch=('any')
license=('GPL2')
@@ -11,7 +11,7 @@ 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=('71b4cfeb8db57d17aa5ed94e91079b24')
+md5sums=('cb938f4c09db0d437e3991402f429114')
build() {
cd "$srcdir/$pkgname-$pkgver"