summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcgillij2021-12-12 21:34:25 -0400
committermcgillij2021-12-12 21:34:25 -0400
commit06c494a70de3e542e7deb854c68a0c546ab3adb5 (patch)
tree4b1c3f4eacf27057c1c36144e8af79415f93b3e2
parentf1a5b490c69352571cee888c1f0d635529b85758 (diff)
downloadaur-06c494a70de3e542e7deb854c68a0c546ab3adb5.tar.gz
update to python3.10
-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"