From 07188d0b2873ceb3c5bb5048c4b8e774754586bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Wed, 29 Jul 2026 20:29:30 +0200 Subject: [PATCH] fix: replace em dash with ASCII dash in antergos-layan-theme PKGBUILD The em dash (U+2014) in pkgdesc and optdepends strings was replaced with a regular ASCII dash to avoid potential parser issues in the CI container's bash version. --- packages/antergos-layan-theme/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/antergos-layan-theme/PKGBUILD b/packages/antergos-layan-theme/PKGBUILD index 6395060..1d31f04 100644 --- a/packages/antergos-layan-theme/PKGBUILD +++ b/packages/antergos-layan-theme/PKGBUILD @@ -10,12 +10,12 @@ pkgname=antergos-layan-theme pkgver=1.0 pkgrel=6 -pkgdesc='Antergos NeXT Layan theme suite — KDE configs, Kvantum, SDDM theme, and plasmoids' +pkgdesc='Antergos NeXT Layan theme suite - KDE configs, Kvantum, SDDM theme, and plasmoids' 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 will not 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'