feat: make packaging compatible with build tools

This commit is contained in:
Rudra Saraswat 2023-05-24 15:48:14 +05:30
parent 237708a95e
commit 1b8f8703c6

View file

@ -10,7 +10,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/blend.git' source=('git+file://[BASE_ASSEMBLE_PATH]/projects/blend'
'blend-settings.desktop' 'blend-settings.desktop'
'blend-settings' 'blend-settings'
'blend.sh') 'blend.sh')