upgpkg: pyfan 1.3-2

This commit is contained in:
2020-02-09 15:39:35 +01:00
parent bcbcd808b7
commit a489c6c0bf
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
pkgbase = pyfan
pkgdesc = Fan control utilising hwmon and pid
pkgver = 1.3
pkgrel = 1
pkgrel = 2
url = https://git.harting.dev/IdleGandalf/PyFan
arch = any
license = GPL
license = GPL3
depends = python-yaml
depends = python-simple-pid
optdepends = lm_sensors: check and load required hwmon modules

View File

@@ -2,11 +2,11 @@
pkgname=pyfan
pkgver=1.3
pkgrel=1
pkgrel=2
pkgdesc="Fan control utilising hwmon and pid"
arch=('any')
url="https://git.harting.dev/IdleGandalf/PyFan"
license=('GPL')
license=('GPL3')
depends=('python-yaml' 'python-simple-pid')
optdepends=('lm_sensors: check and load required hwmon modules')
backup=('etc/pyfan')