Fix PKGBUILD and notify-rust backend to eliminate libdbus build dep
- notify-rust: switch feature d → z (zbus pure-Rust backend); removes the system libdbus/pkgconf dependency that caused makepkg build failure - PKGBUILD: fix license GPL3 → AGPL-3.0-only, makedepends rustup → rust Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
80cce00b99
commit
56f1f1bd80
3 changed files with 136 additions and 43 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,9 +5,9 @@ pkgrel=1
|
|||
pkgdesc="A desktop app for archiving YouTube channels with yt-dlp"
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://codeberg.org/anassaeneroi/yt-offline"
|
||||
license=('GPL3')
|
||||
license=('AGPL-3.0-only')
|
||||
depends=('yt-dlp' 'mpv' 'sqlite' 'libxcb')
|
||||
makedepends=('cargo' 'rustup')
|
||||
makedepends=('rust' 'cargo')
|
||||
source=("git+https://codeberg.org/anassaeneroi/yt-offline.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue