mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update to 0.1.5
This commit is contained in:
parent
ef62ea803b
commit
39d800b399
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue