summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhe Park2023-01-28 11:49:25 +0800
committerSainnhe Park2023-01-28 11:49:25 +0800
commit4c65cfdf6abbdb5c9c314d1cbe459f25dc0ac6a2 (patch)
treed8887d26fd693c9f79a33c39e862d3993b0b7197 /PKGBUILD
parent7374cff6081ed964e7a0d695daa5f9e15fdec584 (diff)
downloadaur-4c65cfdf6abbdb5c9c314d1cbe459f25dc0ac6a2.tar.gz
Fix version specification
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 964bc149cace..4087206110f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Sugar Candy is the sweetest login theme available for the SDDM display
arch=('any')
url='https://store.kde.org/p/1312658/'
license=('GPL3')
-depends=('sddm>=0.18' 'qt5-graphicaleffects' 'qt5-quickcontrols2' 'qt5-svg')
+depends=('sddm' 'qt5-graphicaleffects' 'qt5-quickcontrols2' 'qt5-svg')
makedepends=('git')
provides=("sddm-sugar-candy")
conflicts=("sddm-sugar-candy")