summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fafbd6cb7cd6..65ebd60dcbe0 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.5
+pkgver=0.1.6
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=('a6f1564e5491f57a1029d555236e3fa4')
+md5sums=('1a03d6a02669435ead5eb2637c50b4ef')
build() {
cd "$srcdir/$pkgname-$pkgver"