summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Zlobintsev2021-03-06 07:44:39 +0200
committerIlya Zlobintsev2021-03-06 07:44:39 +0200
commit841bfb747234a7d3b46bce1ec9faa5939aca8c67 (patch)
tree32278f2fdc5d058b3f9cd35281c007e137327eb3
parent74691503e4de2d45c37f161ab54802bf4370309c (diff)
downloadaur-841bfb747234a7d3b46bce1ec9faa5939aca8c67.tar.gz
Fix runlevel conflict
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--lactd.service2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae20f6818cb4..a9728cbee1de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lact-git
pkgdesc = AMDGPU Controller application
- pkgver = r147.4bc76dc
- pkgrel = 2
+ pkgver = r148.d76b23a
+ pkgrel = 1
url = https://github.com/ilyazzz/LACT
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 61af437c57aa..b2d360795a5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ilya Zlobintsev <ilya.zl@protonmail.com>
pkgname=lact-git
-pkgver=r147.4bc76dc
-pkgrel=2
+pkgver=r148.d76b23a
+pkgrel=1
license=("MIT")
pkgdesc="AMDGPU Controller application"
url="https://github.com/ilyazzz/LACT"
diff --git a/lactd.service b/lactd.service
index bcbc0d36c97c..ec16ce1d3783 100644
--- a/lactd.service
+++ b/lactd.service
@@ -6,4 +6,4 @@ After=multi-user.target
ExecStart=/usr/bin/lact-daemon
[Install]
-WantedBy=multi-user.target
+WantedBy=graphical.target