summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcgillij2021-05-14 20:55:26 -0300
committermcgillij2021-05-14 20:55:26 -0300
commit912226ef587f2662a33dc0c29162191c394c6e4d (patch)
tree9fe1881497c08a4437e03a96157854ec6a4ebc69
parent6f8255b0ba6a79f713241a79cec61a856815b5f1 (diff)
downloadaur-912226ef587f2662a33dc0c29162191c394c6e4d.tar.gz
updated to newest amdfan version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7574987e2264..f14724d25bf5 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.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/mcgillij/py3status-amdfan
arch = any
@@ -9,8 +9,8 @@ pkgbase = py3status-amdfan
depends = python
depends = py3status
depends = amdfan
- source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.0/py3status-amdfan-0.1.0.tar.gz
- md5sums = 29a3049752241334ab2fa8e7ef9ae28f
+ source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.1/py3status-amdfan-0.1.1.tar.gz
+ md5sums = e2cd13383070e72a7306f5f86b04bea7
pkgname = py3status-amdfan
diff --git a/PKGBUILD b/PKGBUILD
index 80a9d746417a..577c8f3de04b 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.0
+pkgver=0.1.1
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.0/py3status-amdfan-0.1.0.tar.gz")
-md5sums=('29a3049752241334ab2fa8e7ef9ae28f')
+source=("https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.1/py3status-amdfan-0.1.1.tar.gz")
+md5sums=('e2cd13383070e72a7306f5f86b04bea7')
build() {
cd "$srcdir/$pkgname-$pkgver"