summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcgillij2024-04-30 20:23:49 -0300
committermcgillij2024-04-30 20:23:49 -0300
commit033bde5a7d5700c9902f53c80d7c65cf38dc35ba (patch)
tree522a97e2d5e97620a6a20e59bdbdecc714bf9002
parent7ca52c3486b87dd236e4fc7ccb33dff87c37fc76 (diff)
downloadaur-py3status-amdfan.tar.gz
update for python3.12 and arch updates
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9a1dd46fd6f..1e56f5f4b379 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = py3status-amdfan
pkgdesc = Py3status module for monitoring fan and temp of amdgpu video cards
- pkgver = 0.1.12
+ pkgver = 0.1.13
pkgrel = 1
url = https://github.com/mcgillij/py3status-amdfan
arch = any
license = MIT
- makedepends = python-installer
- makedepends = python-build
- makedepends = python
- makedepends = py3status
+ makedepends = python-setuptools
makedepends = python-poetry
+ makedepends = python-build
+ makedepends = python-installer
depends = python
depends = py3status
depends = amdfan
- source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.12/py3status_amdfan-0.1.12.tar.gz
- md5sums = 315ce3db379c0259f21deea2e4a53876
+ source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.13/py3status_amdfan-0.1.13.tar.gz
+ md5sums = 3ef4ee5831d425edd0def01b75deaec7
pkgname = py3status-amdfan
diff --git a/PKGBUILD b/PKGBUILD
index 49ba6176acac..8f7283324474 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=py3status-amdfan
pkgdesc="Py3status module for monitoring fan and temp of amdgpu video cards"
-pkgver=0.1.12
+pkgver=0.1.13
pkgrel=1
arch=('any')
license=('MIT')
depends=('python' 'py3status' 'amdfan')
-makedepends=('python-installer' 'python-build' 'python' 'py3status' 'python-poetry')
+makedepends=('python-setuptools' 'python-poetry' 'python-build' 'python-installer')
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=('315ce3db379c0259f21deea2e4a53876')
+md5sums=('3ef4ee5831d425edd0def01b75deaec7')
build() {
cd "$srcdir/py3status_amdfan-$pkgver"