summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilbert Gilb's2023-10-04 21:48:09 +0200
committerGilbert Gilb's2023-10-04 21:48:09 +0200
commitefa384e6a29b324bae3de9d73055e02198abc51c (patch)
treeade7e3760a6e6fb8cf145e6a2e2f5c0258a596a0
parentf802fd56a8502e6f210ba8e97236404454e1cd4c (diff)
downloadaur-efa384e6a29b324bae3de9d73055e02198abc51c.tar.gz
fix: automatically enable resume service when main service is enabled
That way, user won't even have to enable the service to benefit from it.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--dell-bios-fan-control.service1
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4f213fcd913..b522b4625ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dell-bios-fan-control-git
pkgdesc = A user space utility to set control of fans by bios on some Dell XPS Laptops.
pkgver = r5.2700610
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/TomFreudenberg/dell-bios-fan-control
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = dell-bios-fan-control-git
source = dell-bios-fan-control.service
source = dell-bios-fan-control-resume.service
sha256sums = SKIP
- sha256sums = c090e883d8aa4942cb6f4d9c2aeaa353f7c49ec83a0fa0fc404bceafb42e4ab0
+ sha256sums = 0a7e12c6c720be14411654b934a7b045a121510079f42788f30af06cedd659c6
sha256sums = dcffe0315aa7b0a18debe9f08c7d61ea809b511069a0a2d8331616045f743df5
pkgname = dell-bios-fan-control-git
diff --git a/PKGBUILD b/PKGBUILD
index 8f5dad2d7b3e..bf1caec1527f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_reponame=dell-bios-fan-control
pkgname=dell-bios-fan-control-git
pkgver=r5.2700610
-pkgrel=2
+pkgrel=3
pkgdesc="A user space utility to set control of fans by bios on some Dell XPS Laptops."
arch=('i686' 'x86_64')
url="https://github.com/TomFreudenberg/dell-bios-fan-control"
@@ -17,7 +17,7 @@ source=('git+https://github.com/TomFreudenberg/dell-bios-fan-control.git'
'dell-bios-fan-control.service'
'dell-bios-fan-control-resume.service')
sha256sums=('SKIP'
- 'c090e883d8aa4942cb6f4d9c2aeaa353f7c49ec83a0fa0fc404bceafb42e4ab0'
+ '0a7e12c6c720be14411654b934a7b045a121510079f42788f30af06cedd659c6'
'dcffe0315aa7b0a18debe9f08c7d61ea809b511069a0a2d8331616045f743df5')
pkgver() {
diff --git a/dell-bios-fan-control.service b/dell-bios-fan-control.service
index e1db1e0633dc..54451b2fd97c 100644
--- a/dell-bios-fan-control.service
+++ b/dell-bios-fan-control.service
@@ -1,6 +1,7 @@
[Unit]
Description=Disables BIOS control of fans at boot.
Before=i8kmon.service
+Wants=dell-bios-fan-control-resume.service
[Service]
Type=oneshot