Skip to content

Commit

Permalink
cachyos-ksm-settings: Fix package conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Naim <[email protected]>
  • Loading branch information
1Naim committed Jan 10, 2025
1 parent 1f80cf7 commit 6ea8ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cachyos-ksm-settings/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = cachyos-ksm-settings
pkgdesc = Package for easy configuration of KSM via systemd
pkgver = 1
pkgrel = 1
pkgrel = 2
arch = any
makedepends = coreutils
depends = systemd>=256
Expand All @@ -10,7 +10,7 @@ pkgbase = cachyos-ksm-settings
optdepends = ly: for systemd service override to work
optdepends = lightdm: for systemd service override to work
conflicts = uksmd
conflicts = cachyos-settings<=1:1.1.8
conflicts = cachyos-settings<1:1.1.8
replaces = uksmd
source = 10-systemd-ksm.conf
source = 10-enable-ksm-by-default.conf
Expand Down
4 changes: 2 additions & 2 deletions cachyos-ksm-settings/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Vasiliy Stelmachenok <[email protected]>
pkgname=cachyos-ksm-settings
pkgver=1
pkgrel=1
pkgrel=2
pkgdesc="Package for easy configuration of KSM via systemd"
arch=('any')
depends=('systemd>=256')
Expand All @@ -12,7 +12,7 @@ source=(
ksmctl
ksmstats
)
conflicts=('uksmd' 'cachyos-settings<=1:1.1.8')
conflicts=('uksmd' 'cachyos-settings<1:1.1.8')
replaces=(uksmd)
optdepends=(
"sddm: for systemd service override to work"
Expand Down

0 comments on commit 6ea8ff1

Please sign in to comment.