chore(pkg): move PKGBUILD source to self-hosted forgejo
Some checks are pending
test / test (push) Waiting to run
Some checks are pending
test / test (push) Waiting to run
Point the package url= and git source= at code.enodia.digital/luna/catacomb (matching the new origin) instead of the old Codeberg location. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
db3fa5f86c
commit
5e531ab434
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@ pkgver=0.1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Self-hosted archive for YouTube, TikTok, Twitch, Vimeo, Bandcamp, SoundCloud, Odysee and more. Desktop GUI + web UI."
|
pkgdesc="Self-hosted archive for YouTube, TikTok, Twitch, Vimeo, Bandcamp, SoundCloud, Odysee and more. Desktop GUI + web UI."
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url="https://codeberg.org/anassaeneroi/catacomb"
|
url="https://code.enodia.digital/luna/catacomb"
|
||||||
license=('AGPL-3.0-only')
|
license=('AGPL-3.0-only')
|
||||||
depends=(
|
depends=(
|
||||||
'yt-dlp'
|
'yt-dlp'
|
||||||
|
|
@ -23,7 +23,7 @@ makedepends=('rust' 'cargo')
|
||||||
# previously broke the rusqlite bundled-sqlite link; thin LTO in Cargo
|
# previously broke the rusqlite bundled-sqlite link; thin LTO in Cargo
|
||||||
# does the cross-crate inlining we actually want.
|
# does the cross-crate inlining we actually want.
|
||||||
options=('!lto')
|
options=('!lto')
|
||||||
source=("git+https://codeberg.org/anassaeneroi/catacomb.git#branch=main")
|
source=("git+https://code.enodia.digital/luna/catacomb.git#branch=main")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue