update owner

This commit is contained in:
Matheus Fillipe 2026-02-21 10:38:48 +01:00
parent a0ba14ba33
commit 6e268748ce
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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'