summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcgillij2023-03-08 20:30:52 -0400
committermcgillij2023-03-08 20:30:52 -0400
commit8b79dca6b2db8cc49c0749dcfa616526542e57c8 (patch)
tree80b639660d85db3e21312a644405bed5893cc4a1
parent5c2b16a70d4344ba1758db78104db5961bb15061 (diff)
downloadaur-8b79dca6b2db8cc49c0749dcfa616526542e57c8.tar.gz
update for latest arch deps
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f419cd2e03b5..abaa63046dc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = py3status-amdfan
+pkgbase = py3status_amdfan
pkgdesc = Py3status module for monitoring fan and temp of amdgpu video cards
- pkgver = 0.1.6
+ pkgver = 0.1.8
pkgrel = 1
url = https://github.com/mcgillij/py3status-amdfan
arch = any
@@ -9,7 +9,7 @@ pkgbase = py3status-amdfan
depends = python
depends = py3status
depends = amdfan
- source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.6/py3status-amdfan-0.1.6.tar.gz
- md5sums = 1a03d6a02669435ead5eb2637c50b4ef
+ source = https://github.com/mcgillij/py3status-amdfan/releases/download/0.1.8/py3status_amdfan-0.1.8.tar.gz
+ md5sums = ecca7ebb9186ee80c7306cfe42cca694
-pkgname = py3status-amdfan
+pkgname = py3status_amdfan
diff --git a/PKGBUILD b/PKGBUILD
index 65ebd60dcbe0..b0f14c01e1b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Jason McGillivray < mcgillivray dot jason at gmail dot com>
-pkgname=py3status-amdfan
+pkgname=py3status_amdfan
pkgdesc="Py3status module for monitoring fan and temp of amdgpu video cards"
-pkgver=0.1.6
+pkgver=0.1.8
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/$pkgver/py3status-amdfan-$pkgver.tar.gz")
-md5sums=('1a03d6a02669435ead5eb2637c50b4ef')
+source=("https://github.com/mcgillij/py3status-amdfan/releases/download/$pkgver/py3status_amdfan-$pkgver.tar.gz")
+md5sums=('ecca7ebb9186ee80c7306cfe42cca694')
build() {
cd "$srcdir/$pkgname-$pkgver"