From 39d800b399374cbe5279038601b37228bbff14a8 Mon Sep 17 00:00:00 2001 From: Matheus Fillipe Date: Sat, 21 Feb 2026 22:54:52 +0100 Subject: [PATCH] update to 0.1.5 --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e63f25cc0a032..6ba6bcf1960bc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -12,7 +12,7 @@ pkgbase = tobby makedepends = npm makedepends = jq depends = nodejs - depends = bun-bin + depends = bun provides = tobby conflicts = tobby-bin options = !strip diff --git a/PKGBUILD b/PKGBUILD index ba259bcea2ff6..40b632fd6d5d6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,8 +9,8 @@ pkgdesc="The Terminal Obby — a modern IRC client for the terminal" arch=('any') url="https://github.com/ObsidianIRC/tobby" license=('MIT') -# nodejs runs the bin/tobby.js shim; bun-bin runs the actual bundled app -depends=('nodejs' 'bun-bin') +# nodejs runs the bin/tobby.js shim; bun runs the actual bundled app +depends=('nodejs' 'bun') makedepends=('npm' 'jq') provides=('tobby') conflicts=('tobby-bin')