summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormcgillij2021-05-14 20:55:26 -0300
committermcgillij2021-05-14 20:55:26 -0300
commit912226ef587f2662a33dc0c29162191c394c6e4d (patch)
tree9fe1881497c08a4437e03a96157854ec6a4ebc69 /PKGBUILD
parent6f8255b0ba6a79f713241a79cec61a856815b5f1 (diff)
downloadaur-912226ef587f2662a33dc0c29162191c394c6e4d.tar.gz
updated to newest amdfan version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"