summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcgillij2022-01-30 15:39:10 -0400
committermcgillij2022-01-30 15:39:10 -0400
commit30a44ea61de63bf61d62408dc2fb82cd1c81a1de (patch)
treed06321c98791d5e9bca35b85dd82f822dfc086b3
parent06c494a70de3e542e7deb854c68a0c546ab3adb5 (diff)
downloadaur-30a44ea61de63bf61d62408dc2fb82cd1c81a1de.tar.gz
update 0.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index effdd9434ef1..40d0a8c76ec4 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.3
+ pkgver = 0.1.4
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.3/py3status-amdfan-0.1.3.tar.gz
- md5sums = 8e23ded33b240198aa6c4b391e49871d
+ source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.4/py3status-amdfan-0.1.4.tar.gz
+ md5sums = 54d82672298fe33665daefe54125db75
pkgname = py3status-amdfan
diff --git a/PKGBUILD b/PKGBUILD
index 18ad6ec75097..15752482aac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=py3status-amdfan
pkgdesc="Py3status module for monitoring fan and temp of amdgpu video cards"
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
arch=('any')
license=('MIT')
depends=('python' 'py3status' 'amdfan')
makedepends=('python-setuptools')
url="https://github.com/mcgillij/py3status-amdfan"
-source=("https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.3/py3status-amdfan-0.1.3.tar.gz")
-md5sums=('8e23ded33b240198aa6c4b391e49871d')
+source=("https://github.com/mcgillij/py3status-amdfan/releases/download/$pkgver/py3status-amdfan-$pkgver.tar.gz")
+md5sums=('54d82672298fe33665daefe54125db75')
build() {
cd "$srcdir/$pkgname-$pkgver"