fix(pkg): move python-pywal to optdepends in PKGBUILD
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
Build and publish package / package (push) Failing after 24s

python-pywal is AUR-only; makepkg cannot resolve it as a hard depends.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Breadway 2026-06-17 14:16:44 +08:00
parent 9e0e494839
commit c296cf3fd5

View file

@ -8,8 +8,9 @@ arch=('x86_64')
url="https://github.com/Breadway/breadpaper"
license=('MIT')
options=(!lto !debug)
depends=('glibc' 'python-pywal')
depends=('glibc')
optdepends=(
'python-pywal: colour palette generation from wallpaper (AUR)'
'awww: Wayland wallpaper daemon'
)
makedepends=('rust' 'cargo')