chore: update pkgbuild source

This commit is contained in:
Rudra B.S. 2023-11-18 01:40:19 +05:30
parent d4107f2ad9
commit 88b57afc84

View file

@ -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}")