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