upgpkg: pyfan 1.6-2

This commit is contained in:
2023-06-14 13:28:08 +02:00
parent 8715fa8ea8
commit 34df20aa85
2 changed files with 8 additions and 9 deletions

View File

@@ -2,16 +2,16 @@
pkgname=pyfan
pkgver=1.6
pkgrel=1
pkgrel=2
pkgdesc="Fan control utilising hwmon and pid"
arch=('any')
url="https://git.harting.dev/anonfunc/PyFan"
url="https://somegit.dev/anonfunc/PyFan"
license=('GPL3')
depends=('python-yaml' 'python-simple-pid')
optdepends=('lm_sensors: check and load required hwmon modules')
backup=('etc/pyfan')
source=("https://git.harting.dev/anonfunc/PyFan/archive/$pkgver.tar.gz")
b2sums=('858866a2c9b4598eef0b717de491d7c66e799c8d77d461cb7d379d21733c772899d118d2f1a51db4809a7462d0eb45c871c09d05dec9c311ca0b5c70708f1c74')
source=("https://somegit.dev/anonfunc/PyFan/archive/$pkgver.tar.gz")
b2sums=('2e348441bdb0ab6a5c4cb0124666edf712394862eb4a2a12424a405cb2df8b3282d38489351999bc9ee4e343e559ed3958167a18a331b73c6bfe04cf6337902c')
package() {
cd "$pkgname"