summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormcgillij2022-02-24 16:42:47 -0400
committermcgillij2022-02-24 16:42:47 -0400
commit0b778dff7e8d4cf6e0dcbbaf6808dae9dbd3e884 (patch)
tree5710a4091955c37d71e8a5d579d04cda064dcb2d /PKGBUILD
parent30a44ea61de63bf61d62408dc2fb82cd1c81a1de (diff)
downloadaur-0b778dff7e8d4cf6e0dcbbaf6808dae9dbd3e884.tar.gz
update to support amdfan 0.1.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15752482aac7..fafbd6cb7cd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=py3status-amdfan
pkgdesc="Py3status module for monitoring fan and temp of amdgpu video cards"
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
arch=('any')
license=('MIT')
@@ -11,7 +11,7 @@ depends=('python' 'py3status' 'amdfan')
makedepends=('python-setuptools')
url="https://github.com/mcgillij/py3status-amdfan"
source=("https://github.com/mcgillij/py3status-amdfan/releases/download/$pkgver/py3status-amdfan-$pkgver.tar.gz")
-md5sums=('54d82672298fe33665daefe54125db75')
+md5sums=('a6f1564e5491f57a1029d555236e3fa4')
build() {
cd "$srcdir/$pkgname-$pkgver"