summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcgillij2023-08-05 13:16:41 -0300
committermcgillij2023-08-05 13:16:41 -0300
commit91059c5e9893f1e2830ab922dfa0973510918861 (patch)
tree8007c7a2f2367221bacab48170d306cc8f3e62bf
parent10cf5e526c00b8f9ee866bb0ae97efb8b373f132 (diff)
downloadaur-91059c5e9893f1e2830ab922dfa0973510918861.tar.gz
update to newest arch deps and changed default
card from card0 to card1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5db08be7637b..c42419edebbf 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.9
+ pkgver = 0.1.10
pkgrel = 1
url = https://github.com/mcgillij/py3status-amdfan
arch = any
@@ -13,7 +13,7 @@ pkgbase = py3status-amdfan
depends = python
depends = py3status
depends = amdfan
- source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.9/py3status_amdfan-0.1.9.tar.gz
- md5sums = 3c51afa5f238f1955d88b10d12d40d22
+ source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.10/py3status_amdfan-0.1.10.tar.gz
+ md5sums = ab2719d22b4855ebf2e05652be0fe364
pkgname = py3status-amdfan
diff --git a/PKGBUILD b/PKGBUILD
index bcb53b2a149b..0a0bf393950e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=py3status-amdfan
pkgdesc="Py3status module for monitoring fan and temp of amdgpu video cards"
-pkgver=0.1.9
+pkgver=0.1.10
pkgrel=1
arch=('any')
license=('MIT')
@@ -11,7 +11,7 @@ depends=('python' 'py3status' 'amdfan')
makedepends=('python-installer' 'python-build' 'python' 'py3status' 'python-poetry')
url="https://github.com/mcgillij/py3status-amdfan"
source=("https://github.com/mcgillij/py3status-amdfan/releases/download/$pkgver/py3status_amdfan-$pkgver.tar.gz")
-md5sums=('3c51afa5f238f1955d88b10d12d40d22')
+md5sums=('ab2719d22b4855ebf2e05652be0fe364')
build() {
cd "$srcdir/py3status_amdfan-$pkgver"