summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41c6cb8546a0..5e6b35da1f40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: AnAkkk <anakin.cs@gmail.com>
pkgname=plasma-workspace-units-git
pkgver=0.01
-pkgrel=2
+pkgrel=3
arch=("any")
pkgdesc="systemd user-session units for KDE Frameworks 5 and Plasma 5"
url="https://github.com/eliasp/plasma-workspace-units"
@@ -15,6 +15,7 @@ md5sums=("SKIP")
prepare() {
cd plasma-workspace-units
sed 's:\/usr\/local:\/usr:' -i systemd.desktop
+ sed 's:\/usr\/lib64\/libexec:\/usr\/lib:' -i systemd/user/kdeconnectd.service
}
package() {