summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65c1fa97ca6f..e34afcc747f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 5e48c37b1876..eb27c8269d49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {