summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcgillij2021-10-18 23:20:43 -0300
committermcgillij2021-10-18 23:20:43 -0300
commitf1a5b490c69352571cee888c1f0d635529b85758 (patch)
treebde534c74a506c079763b7bfbada2e02bd191cf5
parent912226ef587f2662a33dc0c29162191c394c6e4d (diff)
downloadaur-f1a5b490c69352571cee888c1f0d635529b85758.tar.gz
update python deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f14724d25bf5..bb55a86627af 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.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/mcgillij/py3status-amdfan
arch = any
@@ -9,8 +9,7 @@ pkgbase = py3status-amdfan
depends = python
depends = py3status
depends = amdfan
- source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.1/py3status-amdfan-0.1.1.tar.gz
- md5sums = e2cd13383070e72a7306f5f86b04bea7
+ source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.2/py3status-amdfan-0.1.2.tar.gz
+ md5sums = db4a8b8ffc0094be3ee0076b2445508f
pkgname = py3status-amdfan
-
diff --git a/PKGBUILD b/PKGBUILD
index 577c8f3de04b..75e9da76afaa 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.1
+pkgver=0.1.2
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.1/py3status-amdfan-0.1.1.tar.gz")
-md5sums=('e2cd13383070e72a7306f5f86b04bea7')
+source=("https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.2/py3status-amdfan-0.1.2.tar.gz")
+md5sums=('db4a8b8ffc0094be3ee0076b2445508f')
build() {
cd "$srcdir/$pkgname-$pkgver"