summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb55a86627af..effdd9434ef1 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.2
+ pkgver = 0.1.3
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.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
pkgname = py3status-amdfan
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"