upgpkg: pyfan 1.4.1-2
This commit is contained in:
@@ -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
|
||||
|
@@ -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() {
|
||||
|
Reference in New Issue
Block a user