chore: update pkgbuild source
This commit is contained in:
parent
d4107f2ad9
commit
88b57afc84
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -7,11 +7,11 @@ pkgdesc="An update system for operating systems"
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
url="https://github.com/blend-os/blend"
|
url="https://github.com/blend-os/blend"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
makedepends=("electron${_electronversion}" 'git' 'npm' 'base-devel')
|
makedepends=('git' 'base-devel')
|
||||||
source=('git+file://[BASE_ASSEMBLE_PATH]/projects/akshara')
|
source=('git+https://git.blendos.co/blendOS/system-tools/akshara')
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'python-fasteners' 'squashfs-tools' 'p7zip' 'zsync2')
|
depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'python-fasteners' 'python-yaml' 'squashfs-tools' 'p7zip' 'zsync2')
|
||||||
provides=("${pkgname%-git}")
|
provides=("${pkgname%-git}")
|
||||||
conflicts=("${pkgname%-git}")
|
conflicts=("${pkgname%-git}")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue