From 5e531ab4348a888e3ae8a7fe26dbd62ddaa50fc1 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 24 Jul 2026 09:56:23 -0700 Subject: [PATCH] chore(pkg): move PKGBUILD source to self-hosted forgejo 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 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 5804a09..9f5c85e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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() {