From 1b8f8703c6aff38fc08a9e32ca3c4a92e5379b08 Mon Sep 17 00:00:00 2001 From: Rudra Saraswat Date: Wed, 24 May 2023 15:48:14 +0530 Subject: [PATCH] feat: make packaging compatible with build tools --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 89fb7c1..5851b06 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ arch=('x86_64' 'i686') url="https://github.com/blend-os/blend" license=('GPL3') 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' 'blend.sh')