summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"