fix: escape apostrophe in optdepends string causing PKGBUILD parse failure

Single quote in 'won't' inside a single-quoted string closed
the quote prematurely. Changed to 'will not'.
This commit is contained in:
2026-07-29 20:06:52 +02:00
parent d73e09eebb
commit 47028674c8
+1 -1
View File
@@ -15,7 +15,7 @@ arch=('any')
url="https://github.com/Antergos-NeXT/antergos-packages"
license=('GPL')
depends=('kvantum' 'yakuake' 'antergos-wallpapers' 'mpv')
optdepends=('sddm: AntergosDark-Layan SDDM theme — without this, the pixie theme files ship but won't activate'
optdepends=('sddm: AntergosDark-Layan SDDM theme — without this, the pixie theme files ship but will not activate'
'cava: audio visualizer data source for Kurve'
'python-websockets: Kurve audio visualizer WebSocket fallback'
'qt6-websockets: Kurve audio visualizer QML WebSocket module'