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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user