mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Add Typescript nas dependências
This commit is contained in:
parent
ffa915b021
commit
0e60ae0827
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -9,6 +9,7 @@ pkgbase = salopbar
|
|||
makedepends = meson
|
||||
makedepends = esbuild
|
||||
makedepends = npm
|
||||
makedepends = typescript
|
||||
depends = gjs
|
||||
depends = gtk4
|
||||
depends = gtk4-layer-shell
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -19,7 +19,7 @@ depends=(
|
|||
'astal-wireplumber'
|
||||
'astal-apps'
|
||||
)
|
||||
makedepends=('git' 'meson' 'esbuild' 'npm')
|
||||
makedepends=('git' 'meson' 'esbuild' 'npm' 'typescript')
|
||||
source=("git+$url.git")
|
||||
provides=("$pkgname")
|
||||
options=('!debug')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue