summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcgillij2022-03-23 13:14:45 -0300
committermcgillij2022-03-23 13:14:45 -0300
commit5c2b16a70d4344ba1758db78104db5961bb15061 (patch)
tree4941e83a446b7f81d84034b701370fbc9e33a928
parent0b778dff7e8d4cf6e0dcbbaf6808dae9dbd3e884 (diff)
downloadaur-5c2b16a70d4344ba1758db78104db5961bb15061.tar.gz
update to support amdfan 0.1.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c15be1b957f..f419cd2e03b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = py3status-amdfan
pkgdesc = Py3status module for monitoring fan and temp of amdgpu video cards
- pkgver = 0.1.5
+ pkgver = 0.1.6
pkgrel = 1
url = https://github.com/mcgillij/py3status-amdfan
arch = any
@@ -9,7 +9,7 @@ pkgbase = py3status-amdfan
depends = python
depends = py3status
depends = amdfan
- source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.5/py3status-amdfan-0.1.5.tar.gz
- md5sums = a6f1564e5491f57a1029d555236e3fa4
+ source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.6/py3status-amdfan-0.1.6.tar.gz
+ md5sums = 1a03d6a02669435ead5eb2637c50b4ef
pkgname = py3status-amdfan
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"