update to 0.1.5

This commit is contained in:
Matheus Fillipe 2026-02-21 22:54:52 +01:00
parent ef62ea803b
commit 39d800b399
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ pkgbase = tobby
makedepends = npm
makedepends = jq
depends = nodejs
depends = bun-bin
depends = bun
provides = tobby
conflicts = tobby-bin
options = !strip

View file

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