summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cab7534b933b..ea68d41dbf89 100644
--- a/.SRCINFO
+++ b/.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/PKGBUILD b/PKGBUILD
index 2c4bd2069219..09e1b82a2715 100644
--- a/PKGBUILD
+++ b/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')