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')