From 5f95bdb479b6db689dd8f0aaf25745cca70d7b09 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 19 Jun 2026 19:34:48 -0700 Subject: [PATCH] Point repo URLs at the renamed Codeberg repo (catacomb) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Codeberg repo was renamed yt-offline → catacomb. Update repository/homepage (Cargo.toml), url + git source (PKGBUILD), and the Windows-zip README Source line (package.sh) to the new path. The PKGBUILD `$pkgname::` checkout-dir prefix is no longer needed now that the repo basename matches pkgname. Co-Authored-By: Claude Opus 4.8 --- Cargo.toml | 4 ++-- PKGBUILD | 7 ++----- scripts/package.sh | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 170cc75..ad96c14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" edition = "2021" description = "Self-hosted archive for YouTube, TikTok, Twitch, Vimeo, Bandcamp, SoundCloud, Odysee and more. Desktop GUI + web UI, bundled yt-dlp with curl_cffi impersonation, Plex export, SQLite-backed resume tracking. AGPL-3.0." license = "AGPL-3.0-only" -repository = "https://codeberg.org/anassaeneroi/yt-offline" -homepage = "https://codeberg.org/anassaeneroi/yt-offline" +repository = "https://codeberg.org/anassaeneroi/catacomb" +homepage = "https://codeberg.org/anassaeneroi/catacomb" authors = ["InannaBeloved "] readme = "README.md" diff --git a/PKGBUILD b/PKGBUILD index a39c1b4..5804a09 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/yt-offline" +url="https://codeberg.org/anassaeneroi/catacomb" license=('AGPL-3.0-only') depends=( 'yt-dlp' @@ -23,10 +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') -# Force the checkout dir to $pkgname (catacomb); the Codeberg repo is still -# named yt-offline, so without the `$pkgname::` prefix the clone dir wouldn't -# match the `cd "$pkgname"` below. -source=("$pkgname::git+https://codeberg.org/anassaeneroi/yt-offline.git#branch=main") +source=("git+https://codeberg.org/anassaeneroi/catacomb.git#branch=main") sha256sums=('SKIP') pkgver() { diff --git a/scripts/package.sh b/scripts/package.sh index a3c23bf..8742dad 100755 --- a/scripts/package.sh +++ b/scripts/package.sh @@ -208,7 +208,7 @@ config.toml and cookies.txt are read from the working directory, the same as on Linux. See the project README for configuration details. Licensed under the GNU Affero General Public License v3 or later; see -LICENSE.txt. Source: https://codeberg.org/${PKG} +LICENSE.txt. Source: https://codeberg.org/anassaeneroi/catacomb README local out="$DIST/${PKG}-${VERSION}-x86_64-windows.zip"