summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c6d9ad61197..da0a86748b22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = cloudshell2-fan
pkgdesc = scipt and systemd service for CloudShell2 to turn fan on/off
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.rustysoft.de/?02_cloudshell2-fan
arch = armv7h
license = GPL3
depends = i2c-tools
depends = python
depends = python-systemd
+ depends = smartmontools
source = https://github.com/beedaddy/cloudshell2-fan/archive/v1.1.1.tar.gz
sha256sums = f3236fdffcf519f3529c018541b4fb5b8847a62dffb8a0a3e9e2778bb3e9c0f7
diff --git a/PKGBUILD b/PKGBUILD
index fdede00bf053..85ac7971c180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Martin Brodbeck <martin at brodbeck-online dot de>
pkgname=cloudshell2-fan
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="scipt and systemd service for CloudShell2 to turn fan on/off"
arch=('armv7h')
url="https://www.rustysoft.de/?02_cloudshell2-fan"
license=('GPL3')
-depends=('i2c-tools' 'python' 'python-systemd')
+depends=('i2c-tools' 'python' 'python-systemd' 'smartmontools')
source=(https://github.com/beedaddy/$pkgname/archive/v$pkgver.tar.gz)
sha256sums=('f3236fdffcf519f3529c018541b4fb5b8847a62dffb8a0a3e9e2778bb3e9c0f7')