From a489c6c0bfa1a492c73793da4be78175b4776c27 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sun, 9 Feb 2020 15:39:35 +0100 Subject: [PATCH] upgpkg: pyfan 1.3-2 --- pyfan/.SRCINFO | 4 ++-- pyfan/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyfan/.SRCINFO b/pyfan/.SRCINFO index cab7534..ea68d41 100644 --- a/pyfan/.SRCINFO +++ b/pyfan/.SRCINFO @@ -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 diff --git a/pyfan/PKGBUILD b/pyfan/PKGBUILD index 2c4bd20..09e1b82 100644 --- a/pyfan/PKGBUILD +++ b/pyfan/PKGBUILD @@ -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')