Add deps to PKGBUILD
This commit is contained in:
parent
5b3fbc6995
commit
e37136d81f
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue