Skip to content

Commit 0bb2813

Browse files
committed
Merge branch 'main' of github.com:instantOS/extra
2 parents a40fdc3 + 7eb93bd commit 0bb2813

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/ins/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Maintainer: paperbenni <[email protected]>
22
pkgname=ins
3-
pkgver=0.8.6
3+
pkgver=0.9.0
44
pkgrel=1
55
pkgdesc="A powerful command-line tool for managing dotfiles, system diagnostics, and instantOS configurations"
66
arch=('x86_64')
7-
url="https://github.com/instantOS/instantCLI"
7+
url="https://instantos.io"
88
license=('GPL-2.0-only')
99
depends=('glibc' 'gcc-libs' 'fzf' 'git' 'sqlite')
1010
makedepends=('rust')

packages/instantdepend/PKGBUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ depends=('picom'
5252
'cpio'
5353
'starship'
5454
'pavucontrol'
55+
'pipewire'
56+
'pipewire-pulse'
57+
'pipewire-alsa'
58+
'wireplumber'
5559
'zsh'
5660
'zenity'
5761
'zoxide'

packages/instantfonts/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pkgdesc="meta package for instantOS fonts using official nerd-fonts"
77
arch=('any')
88
license=('MIT')
99
depends=('ttf-firacode-nerd'
10-
'otf-firamono-nerd')
10+
'otf-firamono-nerd')
1111
makedepends=('bash' 'git')
1212
provides=(instantfonts)
1313
conflicts=(instantfonts)

0 commit comments

Comments
 (0)