fix(pkg): move python-pywal to optdepends in PKGBUILD
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:
parent
9e0e494839
commit
c296cf3fd5
1 changed files with 2 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue