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 75e9da76afaa..18ad6ec75097 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.2
+pkgver=0.1.3
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.2/py3status-amdfan-0.1.2.tar.gz")
-md5sums=('db4a8b8ffc0094be3ee0076b2445508f')
+source=("https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.3/py3status-amdfan-0.1.3.tar.gz")
+md5sums=('8e23ded33b240198aa6c4b391e49871d')
build() {
cd "$srcdir/$pkgname-$pkgver"