feat: make packaging compatible with build tools

This commit is contained in:
Rudra Saraswat 2023-05-24 15:47:51 +05:30
parent eeb5148d35
commit 2618d6dc85

View file

@ -8,7 +8,7 @@ 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=("electron${_electronversion}" 'git' 'npm' 'base-devel')
source=('git+https://github.com/blend-os/akshara.git') source=('git+file://[BASE_ASSEMBLE_PATH]/projects/akshara')
sha256sums=('SKIP') sha256sums=('SKIP')
depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'python-fasteners' 'squashfs-tools' 'p7zip' 'zsync') depends=('bash' 'python' 'python-lockfile' 'python-psutil' 'python-fasteners' 'squashfs-tools' 'p7zip' 'zsync')