upgpkg: pyfan 1.4.1-2

This commit is contained in:
2020-10-23 12:12:00 +02:00
parent e3953865ec
commit 23d88dd824
2 changed files with 6 additions and 6 deletions

View File

@@ -1,15 +1,15 @@
pkgbase = pyfan
pkgdesc = Fan control utilising hwmon and pid
pkgver = 1.4.1
pkgrel = 1
url = https://git.harting.dev/IdleGandalf/PyFan
pkgrel = 2
url = https://git.harting.dev/anonfunc/PyFan
arch = any
license = GPL3
depends = python-yaml
depends = python-simple-pid
optdepends = lm_sensors: check and load required hwmon modules
backup = etc/pyfan
source = https://git.harting.dev/IdleGandalf/PyFan/archive/1.4.1.tar.gz
source = https://git.harting.dev/anonfunc/PyFan/archive/1.4.1.tar.gz
sha256sums = b285e25df41940ec1c98d58b6890f16a6affa18fba7b4f7e54b435e1908c6d98
pkgname = pyfan

View File

@@ -2,15 +2,15 @@
pkgname=pyfan
pkgver=1.4.1
pkgrel=1
pkgrel=2
pkgdesc="Fan control utilising hwmon and pid"
arch=('any')
url="https://git.harting.dev/IdleGandalf/PyFan"
url="https://git.harting.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/IdleGandalf/PyFan/archive/$pkgver.tar.gz")
source=("https://git.harting.dev/anonfunc/PyFan/archive/$pkgver.tar.gz")
sha256sums=('b285e25df41940ec1c98d58b6890f16a6affa18fba7b4f7e54b435e1908c6d98')
package() {