chore(pkg): move PKGBUILD source to self-hosted forgejo
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:
Luna 2026-07-24 09:56:23 -07:00
parent db3fa5f86c
commit 5e531ab434
No known key found for this signature in database

View file

@ -4,7 +4,7 @@ pkgver=0.1.0
pkgrel=1
pkgdesc="Self-hosted archive for YouTube, TikTok, Twitch, Vimeo, Bandcamp, SoundCloud, Odysee and more. Desktop GUI + web UI."
arch=('x86_64' 'aarch64')
url="https://codeberg.org/anassaeneroi/catacomb"
url="https://code.enodia.digital/luna/catacomb"
license=('AGPL-3.0-only')
depends=(
'yt-dlp'
@ -23,7 +23,7 @@ makedepends=('rust' 'cargo')
# previously broke the rusqlite bundled-sqlite link; thin LTO in Cargo
# does the cross-crate inlining we actually want.
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')
pkgver() {