summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"