From 47028674c84ff193331b530086f18103c8bb73cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Wed, 29 Jul 2026 20:06:52 +0200 Subject: [PATCH] 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'. --- packages/antergos-layan-theme/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/antergos-layan-theme/PKGBUILD b/packages/antergos-layan-theme/PKGBUILD index 7d14341..6395060 100644 --- a/packages/antergos-layan-theme/PKGBUILD +++ b/packages/antergos-layan-theme/PKGBUILD @@ -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'