diff --git a/.SRCINFO b/.SRCINFO index e7346cc1e4eef..d396e84f9d24e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,18 +6,18 @@ pkgbase = tobby-bin pkgdesc = The Terminal Obby — a modern IRC client for the terminal (pre-built binary) pkgver = 0.1.0 pkgrel = 1 - url = https://github.com/OWNER/tobby + url = https://github.com/ObsidianIRC/tobby arch = x86_64 arch = aarch64 license = MIT provides = tobby conflicts = tobby options = !strip - source = LICENSE::https://raw.githubusercontent.com/OWNER/tobby/v0.1.0/LICENSE + source = LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v0.1.0/LICENSE sha256sums = SKIP - source_x86_64 = tobby-0.1.0-x86_64::https://github.com/OWNER/tobby/releases/download/v0.1.0/tobby-x86_64-linux + source_x86_64 = tobby-0.1.0-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.0/tobby-x86_64-linux sha256sums_x86_64 = SKIP - source_aarch64 = tobby-0.1.0-aarch64::https://github.com/OWNER/tobby/releases/download/v0.1.0/tobby-aarch64-linux + source_aarch64 = tobby-0.1.0-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v0.1.0/tobby-aarch64-linux sha256sums_aarch64 = SKIP pkgname = tobby-bin diff --git a/PKGBUILD b/PKGBUILD index 08d6be694c3af..8c90b5bf51e9d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgver=0.1.0 pkgrel=1 pkgdesc="The Terminal Obby — a modern IRC client for the terminal (pre-built binary)" arch=('x86_64' 'aarch64') -url="https://github.com/OWNER/tobby" +url="https://github.com/ObsidianIRC/tobby" license=('MIT') # The binary is produced by `bun build --compile`, which embeds the Bun # runtime — no runtime dependencies needed. @@ -15,21 +15,21 @@ provides=('tobby') conflicts=('tobby') source=( - "LICENSE::https://raw.githubusercontent.com/OWNER/tobby/v${pkgver}/LICENSE" + "LICENSE::https://raw.githubusercontent.com/ObsidianIRC/tobby/v${pkgver}/LICENSE" ) sha256sums=( 'SKIP' ) source_x86_64=( - "tobby-${pkgver}-x86_64::https://github.com/OWNER/tobby/releases/download/v${pkgver}/tobby-x86_64-linux" + "tobby-${pkgver}-x86_64::https://github.com/ObsidianIRC/tobby/releases/download/v${pkgver}/tobby-x86_64-linux" ) sha256sums_x86_64=( 'SKIP' ) source_aarch64=( - "tobby-${pkgver}-aarch64::https://github.com/OWNER/tobby/releases/download/v${pkgver}/tobby-aarch64-linux" + "tobby-${pkgver}-aarch64::https://github.com/ObsidianIRC/tobby/releases/download/v${pkgver}/tobby-aarch64-linux" ) sha256sums_aarch64=( 'SKIP'