Add deps to PKGBUILD

This commit is contained in:
Rudra Saraswat 2023-04-20 00:18:34 +05:30
parent 5b3fbc6995
commit e37136d81f

View file

@ -3,7 +3,7 @@ pkgver=r3.76d89ef
pkgrel=1 pkgrel=1
pkgdesc='blendOS Installer Framework' pkgdesc='blendOS Installer Framework'
arch=(any) arch=(any)
depends=('squashfs-tools') depends=('squashfs-tools' 'arch-install-scripts' 'util-linux' 'parted')
provides=('blend-inst') provides=('blend-inst')
conflicts=('blend-inst') conflicts=('blend-inst')
source=('git-inst::git+https://github.com/blend-os/blend-inst.git') source=('git-inst::git+https://github.com/blend-os/blend-inst.git')