summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcgillij2023-12-27 17:29:03 -0400
committermcgillij2023-12-27 17:29:03 -0400
commit7ca52c3486b87dd236e4fc7ccb33dff87c37fc76 (patch)
tree6bd82618b8d4a6a410860f0bd34d63f6775c1554
parent91059c5e9893f1e2830ab922dfa0973510918861 (diff)
downloadaur-7ca52c3486b87dd236e4fc7ccb33dff87c37fc76.tar.gz
updated for new deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c42419edebbf..e9a1dd46fd6f 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.10
+ pkgver = 0.1.12
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.10/py3status_amdfan-0.1.10.tar.gz
- md5sums = ab2719d22b4855ebf2e05652be0fe364
+ source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.12/py3status_amdfan-0.1.12.tar.gz
+ md5sums = 315ce3db379c0259f21deea2e4a53876
pkgname = py3status-amdfan
diff --git a/PKGBUILD b/PKGBUILD
index 0a0bf393950e..49ba6176acac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
pkgname=py3status-amdfan
pkgdesc="Py3status module for monitoring fan and temp of amdgpu video cards"
-pkgver=0.1.10
+pkgver=0.1.12
pkgrel=1
arch=('any')
license=('MIT')
depends=('python' 'py3status' 'amdfan')
makedepends=('python-installer' 'python-build' 'python' 'py3status' 'python-poetry')
url="https://github.com/mcgillij/py3status-amdfan"
+#source=("py3status_amdfan-$pkgver.tar.gz")
source=("https://github.com/mcgillij/py3status-amdfan/releases/download/$pkgver/py3status_amdfan-$pkgver.tar.gz")
-md5sums=('ab2719d22b4855ebf2e05652be0fe364')
+md5sums=('315ce3db379c0259f21deea2e4a53876')
build() {
cd "$srcdir/py3status_amdfan-$pkgver"